home / legislators / offices

Menu
  • GraphQL API

offices

Table actions Table actions
  • GraphQL API for offices

6 rows where legislator_id = "C000880"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C000880-boise C000880 251 E. Front St. Suite 205 Boise ID 83702 43.6086015 -116.1956172 208-334-9044 208-334-1776    
C000880-coeur_d__alene C000880 610 Hubbard Ave Suite 209 Coeur d' Alene ID 83814     208-664-0889 208-664-5490    
C000880-idaho_falls C000880 410 Memorial Dr. Suite 204 Idaho Falls ID 83402 43.4936265 -112.0425928 208-529-8367 208-522-9779    
C000880-lewiston C000880 313 'D' St. Suite 105 Lewiston ID 83501 46.422158 -117.028638 208-743-6484 208-743-1492    
C000880-pocatello C000880 275 S. 5th Ave. Suite 138 Pocatello ID 83201 42.8649373 -112.4428822 208-236-6935 208-236-6775    
C000880-twin_falls C000880 202 Falls Ave. Suite 2 Twin Falls ID 83301 42.5776169 -114.47751 208-733-0414 208-734-2515    

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