home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "C001053"

✎ View and edit SQL

This data as json, CSV (advanced)

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

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