offices
Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette
2 rows where legislator_id = "B001277" sorted by suite descending
This data as json, copyable, CSV (advanced)
id | legislator_id | address | suite ▲ | city | state | zip | latitude | longitude | phone | fax | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001277-bridgeport | Richard Blumenthal B001277 | 915 Lafayette Blvd. | Suite 304 | Bridgeport | CT | 06604 | 41.1749972 | -73.1931954 | 203-330-0598 | 203-330-0608 | ||
B001277-hartford | Richard Blumenthal B001277 | 90 State House Sq. | 10th Floor | Hartford | CT | 06103 | 41.7665316 | -72.6719747 | 860-258-6940 | 860-258-6958 |
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, [phone] TEXT, [fax] TEXT, [building] TEXT , [hours] TEXT);