home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "B001296"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001296-philadelphia Brendan Boyle B001296 5675 N. Front St. Suite 180 Philadelphia PA 19120 40.0381812 -75.1172342 267-437-3886 267-335-5643 One & Olney Shopping Center 8:30am-4:30pm, M-F
B001296-philadelphia-1 Brendan Boyle B001296 8572 Bustleton Ave.   Philadelphia PA 19152 40.0730543 -75.049904 215-856-3734 215-335-3355   8:30am-4:30pm, M-F
B001296-philadelphia-2 Brendan Boyle B001296 1318 West Girard Avenue   Philadelphia PA 19123 39.9710093 -75.1578869 267-639-9944 215-982-1156   8:30am-4:30pm, M-F

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