home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "B001257"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001257-brooksville Gus Bilirakis B001257 15 N Main Street Suite B Brooksville FL 34601 28.5552196 -82.3881335   352-691-1231    
B001257-inverness Gus Bilirakis B001257 212 W Main Street Suite 208A Inverness FL 34450 28.836354 -82.3320907   352-654-1004    
B001257-new_port_richey Gus Bilirakis B001257 8731 Citizens Drive Suite 135 New Port Richey FL 34654 28.268217 -82.6702026   727-232-2921    

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