home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "B000490"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B000490-albany Sanford Bishop B000490 323 Pine Ave 400 Albany GA 31701-2596 31.57858 -84.1542 229-436-2099 229-439-8067   M-F 9-5:30pm
B000490-columbus Sanford Bishop B000490 18 Ninth St. Suite 201 Columbus GA 31901 32.4625755 -84.9922596 706-320-9479 706-320-9477   Mon-Fri 9-5:30pm
B000490-macon Sanford Bishop B000490 300 Mulberry Street Suite 502 Macon GA 31201 32.8356646 -83.6267623 478-803-2637 478-803-2631   Mon-Fri 9am-5:30pm

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