home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "A000379"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
A000379-columbia Mark Alford A000379 2401 Bernadette Drive Suite 117 Columbia MO 65203 38.9666004 -92.37545380000002   573-540-6600    
A000379-lebanon Mark Alford A000379 500 E. Elm Street   Lebanon MO 65536 37.6789025 -92.65382939999999   417-532-5582    
A000379-raymore Mark Alford A000379 1272 West Foxwood Dr.   Raymore MO 64083 38.8135008 -94.477059   816-441-6318    

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