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

4 rows where legislator_id = "I000024"

✎ 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
I000024-enid James Inhofe I000024 302 N. Independence #104 Enid OK 73701 36.3993287 -97.8803343 580-234-5105 580-234-5094    
I000024-mcalester James Inhofe I000024 215 E. Choctaw Ave. #106 McAlester OK 74501 34.931573 -95.7671124 918-426-0933 918-426-0935    
I000024-oklahoma_city James Inhofe I000024 3817 NW Expressway #780 Oklahoma City OK 73112 35.5361791 -97.5879455 405-604-0917 405-208-8841    
I000024-tulsa James Inhofe I000024 1924 S. Utica Ave. #530 Tulsa OK 74104-6511 36.13417190000001 -95.96760839999999 918-748-5111 918-748-5119    

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