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

6 rows where legislator_id = "C000880"

✎ 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
C000880-boise Michael Crapo C000880 251 E. Front St. Suite 205 Boise ID 83702 43.6086015 -116.1956172 208-334-1776 208-334-9044    
C000880-coeur_d_alene Michael Crapo C000880 610 Hubbard Ave Suite 209 Coeur d'Alene ID 83814 47.6826921 -116.7920799 208-664-5490 208-664-0889    
C000880-idaho_falls Michael Crapo C000880 410 Memorial Dr. Suite 204 Idaho Falls ID 83402 43.4936265 -112.0425928 208-522-9779 208-529-8367    
C000880-lewiston Michael Crapo C000880 313 'D' St. Suite 105 Lewiston ID 83501 46.422158 -117.028638 208-743-1492 208-743-6484    
C000880-pocatello Michael Crapo C000880 275 S. 5th Ave. Suite 100 Pocatello ID 83201 42.8649373 -112.4428822 208-236-6775 208-236-6935    
C000880-twin_falls Michael Crapo C000880 202 Falls Ave. Suite 2 Twin Falls ID 83301 42.5776169 -114.47751 208-734-2515 208-733-0414    

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 20.545ms · Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette