offices
Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette
3 rows where legislator_id = "M000133"
This data as json, copyable, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | phone | fax | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
M000133-boston | Edward Markey M000133 | 15 Sudbury St. | 975 | Boston | MA | 02203 | 42.3613091 | -71.0593927 | 617-565-8519 | 617-248-3870 | JFK Federal Building | |
M000133-fall_river | Edward Markey M000133 | 222 Milliken Blvd. | Suite 312 | Fall River | MA | 02721 | 41.6999176 | -71.15872660000001 | 508-677-0523 | |||
M000133-springfield | Edward Markey M000133 | 1550 Main St. | 4th Floor | Springfield | MA | 01103 | 42.10321649999999 | -72.5929441 | 413-785-4610 |
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);