home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "C001061"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001061-independence Emanuel Cleaver C001061 411 W Maple Ave F Independence MO 64050-2840 39.09278 -94.4201 771-200-5575 816-833-4545    
C001061-kansas_city Emanuel Cleaver C001061 4001 Dr Martin Luther King Jr Blvd Suite 210 Kansas City MO 64130 39.0345142 -94.53688149999999 771-200-5575 816-842-4545    

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