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

2 rows where legislator_id = "B000755"

✎ 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
B000755-conroe Kevin Brady B000755 200 River Pt. Suite 304 Conroe TX 77304 30.2844625 -95.4613914 936-441-5700 936-441-5757    
B000755-huntsville Kevin Brady B000755 1300 11th St. Suite 400 Huntsville TX 77340 30.7240052 -95.5535049 936-439-9532 936-439-9546    

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