home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

1 row where legislator_id = "C001072"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001072-indianapolis André Carson C001072 300 E. Fall Creek Pkwy N Dr. Suite 300 Indianapolis IN 46205 39.8063243 -86.1513962 317-283-6567 317-283-6516   M-F 9-5:30pm

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