home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "E000297"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: city

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
E000297-bronx Adriano Espaillat E000297 3107 Kingsbridge Avenue   Bronx NY 10463 40.8801727 -73.9090502   646-740-3632   By appointment only
E000297-new_york Adriano Espaillat E000297 163 West 125th Street #508 New York NY 10027 40.8091589 -73.9473251   212-663-3900 Harlem State Office Building  
E000297-new_york-1 Adriano Espaillat E000297 720 West 181st Street Suite 2 New York NY 10033 40.8502935 -73.9368293   212-497-5959    

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