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 = "C001053"

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Suggested facets: suite

id ▼ legislator_id address suite city state zip latitude longitude phone fax building hours
C001053-ada Tom Cole C001053 100 E. 13th St. Suite 213 Ada OK 74820 34.7723614 -96.6790693 580-436-5375 580-436-5451    
C001053-lawton Tom Cole C001053 711 SW. D Ave. Suite 201 Lawton OK 73501 34.6044481 -98.3995211 580-357-2131 580-357-7477    
C001053-norman Tom Cole C001053 2424 Springer Dr. Suite 201 Norman OK 73069 35.2053158 -97.47880409999999 405-329-6500 405-321-7369    

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