home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "B001299"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001299-fort_wayne Jim Banks B001299 1300 S. Harrison St.   Fort Wayne IN 46802 41.0737372 -85.14045349999999   260-321-7130 E Ross Adair Federal Building  
B001299-hammond Jim Banks B001299 5400 Federal Plaza Suite 3200 Hammond IN 46320 41.6153916 -87.523337     Hammond Federal Building Courthouse  

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