home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "C001112"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phone

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001112-san_luis_obispo Salud Carbajal C001112 1411 Marsh St. Suite 205 San Luis Obispo CA 93401 35.2838648 -120.6538213 805-439-3574 805-546-8348    
C001112-santa_barbara Salud Carbajal C001112 125 E. De La Guerra St. Suite 203B Santa Barbara CA 93101 34.421663 -119.700339   805-730-1710    
C001112-ventura Salud Carbajal C001112 505 Poli St. Suite 201 Ventura CA 93001 34.282713 -119.296125   805-730-1710    

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