home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "B001285"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001285-oxnard Julia Brownley B001285 201 East Fourth St. Suite 209B Oxnard CA 93030 34.1993342 -119.1783991 805-379-1799 805-379-1779   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-1799 805-379-1779   Monday-Friday 8: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,
   [fax] TEXT,
   [phone] TEXT,
   [building] TEXT
, [hours] TEXT);
Powered by Datasette · How this site works · Code of conduct