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

2 rows where legislator_id = "B001285"

✎ 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
B001285-oxnard Julia Brownley B001285 201 East Fourth St. Suite 209B Oxnard CA 93030 34.1993342 -119.1783991 805-379-1779 805-379-1799   Call to make an appointment
B001285-thousand_oaks Julia Brownley B001285 223 E. Thousand Oaks Blvd. Suite 220 Thousand Oaks CA 91360 34.1794905 -118.8726791 805-379-1779 805-379-1799   Monday-Thursday 9:00am-5:30pm PT,Friday 9:00am-5:00pm PT

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 19.477ms · Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette