home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "C001066"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001066-st__petersburg Kathy Castor C001066 136 Fourth St. N. Suite 201 St. Petersburg FL 33701 27.7729281 -82.63893   727-369-0201   9:00am - 5:00pm, please call ahead
C001066-tampa Kathy Castor C001066 4144 N. Armenia Ave. Suite 300 Tampa FL 33607 27.9771817 -82.48520649999999   813-871-2817   9:00am - 5:00pm, please call ahead

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