home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

5 rows where legislator_id = "C001096"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001096-bismarck Kevin Cramer C001096 220 E. Rosser Ave.   Bismarck ND 58501 46.80901129999999 -100.7882597   701-204-0500 328 Federal Building M-F 8-5:00pm
C001096-fargo Kevin Cramer C001096 657 Second Avenue N   Fargo ND 58102 46.8785236 -96.78992199999999   701-232-5094 306 Federal Building  
C001096-grand_forks Kevin Cramer C001096 102 North 4th Street   Grand Forks ND 58203 47.9255331 -97.03274329999999   701-402-4540 114 Federal Building  
C001096-minot Kevin Cramer C001096 100 First Street SW   Minot ND 58701 48.2351401 -101.2950023   701-837-6141 105 Federal Building  
C001096-williston Kevin Cramer C001096 125 Main Street Suite #217 Williston ND 58801 48.1451785 -103.6218927   701-441-7230    

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