home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "C001117"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001117-glen_ellyn Sean Casten C001117 800 Roosevelt Road Suite 204 Glen Ellyn IL 60137 41.8616366 -88.0555018   630-520-9450 Building C By appointment only
C001117-oak_forest Sean Casten C001117 15350 Oak Park Ave 2nd Floor Oak Forest IL 60452 41.6128602 -87.7876696     Building C By appointment only

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