offices
2 rows where legislator_id = "B001318"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001318-brattleboro | Becca Balint B001318 | 130 Austine Drive | 2nd Floor | Brattleboro | VT | 05301 | 42.842242 | -72.574576 | 771-200-5791 | 802-652-2450 | Holton Hall | By Appointment Only |
B001318-burlington | Becca Balint B001318 | 159 Bank Street | Suite 204 | Burlington | VT | 05401 | 44.4780411 | -73.21308619999999 | 771-200-5791 | 802-652-2450 |
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);