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 = "C000174"

✎ 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
C000174-dover Thomas Carper C000174 500 W. Loockerman St. Suite 470 Dover DE 19904 39.15666239999999 -75.5311574 302-674-3308 302-674-5464   M-F 8:30 a.m. to 5:30 p.m.
C000174-georgetown Thomas Carper C000174 12 The Circle   Georgetown DE 19947 38.6902745 -75.3852914 302-856-7690 302-856-3001   M-F 8:30 a.m. to 5:30 p.m.
C000174-wilmington Thomas Carper C000174 301 N. Walnut St. Suite 102L-1 Wilmington DE 19801-3974 39.739183 -75.5492666 302-573-6291 302-573-6434   M-F 8:30 a.m. to 5:30 p.m.

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 16.83ms · Data license: CC0 1.0 Universal · Data source: unitedstates/congress-legislators · About: simonw/congress-legislators-datasette