home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "C001088"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001088-dover Christopher Coons C001088 555 E. Loockerman St. Suite 330 Dover DE 19901 39.1616365 -75.51449939999999 302-736-5609 302-736-5601    
C001088-wilmington Christopher Coons C001088 1105 N. Market St. Suite 100 Wilmington DE 19801-1233 39.7473432 -75.5471367 302-573-6351 302-573-6345    

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