home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "B001295"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001295-effingham Mike Bost B001295 101 N 4th St Suite 302 Effingham IL 62401 39.12162989999999 -88.54225699999999 618-448-4233 217-240-3170    
B001295-mascoutah Mike Bost B001295 205 East Harnett Street   Mascoutah IL 62258 38.496664 -89.7948239 618-448-4233 618-622-0766    
B001295-murphysboro Mike Bost B001295 1109 Chestnut Street   Murphysboro IL 62966 37.7635011 -89.33563699999999 618-448-4233 618-457-5787    

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