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

✎ 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
B001310-fort_wayne Mike Braun B001310 203 E Berry St 702B Fort Wayne IN 46802-2724 41.0796 -85.13801 260-427-2167      
B001310-hammond Mike Braun B001310 5400 Federal Plz Suite 3200 Hammond IN 46320-1840 41.61616 -87.51962 219-937-9650      
B001310-indianapolis Mike Braun B001310 115 N Pennsylvania St   Indianapolis IN 46204-2410 39.76888 -86.15612 317-822-8240 317-822-8353    
B001310-south_bend Mike Braun B001310 205 W Colfax Ave   South Bend IN 46601-1606 41.67813 -86.25266 574-288-6302      

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