home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "B001314"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001314-fernandina_beach Aaron Bean B001314 501 Centre Street Suite 107 Fernandina Beach FL 32034 30.6713072 -81.46098470000001   904-557-9550    
B001314-fleming_island Aaron Bean B001314 4465-6 US Highway 17   Fleming Island FL 32003 30.1160949 -81.7040293   904-830-3933    
B001314-jacksonville Aaron Bean B001314 117 W Duval St. Suite 230 Jacksonville FL 32202 30.3301047 -81.6592551   904-319-9433    

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