home / legislators / offices

Menu
  • GraphQL API

offices

Table actions Table actions
  • GraphQL API for offices

1 row where legislator_id = "B001281"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001281-columbus B001281 471 E. Broad St. Suite 1100 Columbus OH 43215 39.9633834 -82.9878075 614-220-5640 614-220-0003   Monday-Friday 9:00am-5:00pm

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [offices] (
   [id] TEXT PRIMARY KEY,
   [legislator_id] TEXT REFERENCES [legislators]([id]),
   [address] TEXT,
   [suite] TEXT,
   [city] TEXT,
   [state] TEXT,
   [zip] TEXT,
   [latitude] FLOAT,
   [longitude] FLOAT,
   [fax] TEXT,
   [phone] TEXT,
   [building] TEXT
, [hours] TEXT);
Powered by Datasette · How this site works · Code of conduct