offices
2 rows where legislator_id = "B001298"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001298-omaha | Don Bacon B001298 | 13906 Gold Circle | Suite 101 | Omaha | NE | 68144 | 41.23509809999999 | -96.1296555 | 402-763-4947 | 402-938-0300 | ||
B001298-wahoo | Don Bacon B001298 | 543 Linden Street | Wahoo | NE | 68066 | 41.210636 | -96.6189117 | 402-607-0077 |
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);