home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette

3 rows where legislator_id = "C000537"

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude phone fax building hours
C000537-columbia James Clyburn C000537 1225 Lady St. Suite 200 Columbia SC 29201 34.0032484 -81.03302830000001 803-799-1100 803-799-9060   Mon-Fri 9am-5pm
C000537-kingstree James Clyburn C000537 130 W. Main St.   Kingstree SC 29556 33.6637604 -79.8313355 843-355-1211 843-355-1232   Monday-Friday 9:00AM-5:00PM
C000537-santee James Clyburn C000537 176 Brooks Blvd.   Santee SC 29142 33.4737478 -80.4819747 803-854-4700 803-854-4900   Mon-Fri 9:00AM-5:00PM

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,
   [phone] TEXT,
   [fax] TEXT,
   [building] TEXT
, [hours] TEXT);
Powered by Datasette · Queries took 27.239ms · Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette