home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "C001059"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001059-fresno Jim Costa C001059 2440 Tulare Street Suite 420 Fresno CA 93721 36.7370739 -119.78499 559-495-1027 559-495-1620    
C001059-visalia Jim Costa C001059 425 E. Oak Ave Suite 202 Visalia CA 93291 36.33165 -119.2884968   559-749-9330    

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