offices
2 rows where legislator_id = "G000586"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
G000586-chicago | Jesús García G000586 | 4376 S Archer Ave | Chicago | IL | 60632 | 41.8139969 | -87.7048106 | 773-475-0833 | ||||
G000586-melrose_park | Jesús García G000586 | 125 N 19th Ave | Suite A | Melrose Park | IL | 60160 | 41.89191690000001 | -87.8563183 | 773-342-0774 |
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);