home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

4 rows where legislator_id = "B001300"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001300-carson Nanette Barragán B001300 701 E. Carson St.   Carson CA 90745 33.8322643 -118.2630272   310-831-1799 Carson City Hall Wednesday and Thursday, 9:00 a.m. - 5:00 p.m. Please call for an appointment
B001300-long_beach Nanette Barragán B001300 4201 Long Beach Blvd Suite 422 Long Beach CA 90807 33.83467220000001 -118.189654   310-831-1799    
B001300-san_pedro Nanette Barragán B001300 638 S. Beacon St   San Pedro CA 90731 33.7380779 -118.2802296   310-831-1799    
B001300-south_gate Nanette Barragán B001300 8650 California Ave.   South Gate CA 90280 33.9556898 -118.2051037   310-831-1799 South Gate City Hall Tuesday and Thursday, 9:00 a.m. - 5:00 p.m. Please call for an appointment

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