home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "A000148"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
A000148-attleboro Jake Auchincloss A000148 8 N. Main St. Suite 200 Attleboro MA 02703 41.9446048 -71.284441   508-431-1110    
A000148-fall_river Jake Auchincloss A000148 1 Government Center Office 237B Fall River MA 02722 41.7008714 -71.15463729999999       Wednesday 10AM to 4PM
A000148-newton Jake Auchincloss A000148 29 Crafts St. Suite 375 Newton MA 02458 42.354825 -71.1998658   617-332-3333    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · How this site works · Code of conduct