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

3 rows where legislator_id = "B001296"

✎ 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
B001296-philadelphia Brendan Boyle B001296 5675 N. Front St. Suite 180 Philadelphia PA 19120 40.0381812 -75.1172342 267-335-5643 267-437-3886 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-335-3355 215-856-3734   8:30am-4:30pm, M-F
B001296-philadelphia-2 Brendan Boyle B001296 2630 Memphis St Ste 180 Philadelphia PA 19125-2344 39.98239 -75.11967 215-426-4616 215-426-7741   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,
   [phone] TEXT,
   [fax] TEXT,
   [building] TEXT
, [hours] TEXT);
Powered by Datasette · Queries took 25.753ms · Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette