offices
2 rows where legislator_id = "B001313"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001313-beachwood | Shontel Brown B001313 | 25200 Chagrin Blvd | Suite 200 | Beachwood | OH | 44122 | 41.464393 | -81.50041999999999 | 216-522-4900 | |||
B001313-cleveland | Shontel Brown B001313 | 17021 Lorain Avenue | Cleveland | OH | 44111 | 41.4499891 | -81.81605379999999 | 216-535-1100 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);