home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "C001047"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
C001047-charleston Shelley Capito C001047 500 Virginia Street East Suite 950 Charleston WV 25301 38.3512203 -81.6378665   304-347-5372    
C001047-martinsburg Shelley Capito C001047 300 Foxcroft Ave. Suite 202A Martinsburg WV 25401 39.4607489 -77.986887   304-262-9285    
C001047-morgantown Shelley Capito C001047 48 Donley St. Suite 504 Morgantown WV 26501 39.6256581 -79.96312549999999   304-292-2310    

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