home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette

3 rows where legislator_id = "B001286"

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude phone fax building hours
B001286-peoria Cheri Bustos B001286 820 SW Adams St   Peoria IL 61602 40.6855433 -89.5987706 309-966-1813      
B001286-rock_island Cheri Bustos B001286 2401 4th Ave.   Rock Island IL 61201 41.5089919 -90.5662359 309-786-3406 309-786-3720    
B001286-rockford Cheri Bustos B001286 119 N. Church St. Suite 207 & 208 Rockford IL 61101 42.2720192 -89.0952944 815-968-8011      

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,
   [phone] TEXT,
   [fax] TEXT,
   [building] TEXT
, [hours] TEXT);
Powered by Datasette · Queries took 276.639ms · Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette