home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "B001316"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001316-joplin Eric Burlison B001316 2727 E. 32nd Street Suite 2 Joplin MO 64804 37.0555523 -94.483284 771-200-5750 417-781-1041    
B001316-springfield Eric Burlison B001316 3232 E. Ridgeview St.   Springfield MO 65804 37.1590571 -93.22940179999999 771-200-5750 417-889-1800    

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