home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

4 rows where legislator_id = "M001224"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
M001224-longview Nathaniel Moran M001224 101 E Methvin Suite 302 Longview TX 75601 32.4968997 -94.7387815   903-561-6349    
M001224-marshall Nathaniel Moran M001224 100 N. Bolivar. Suite 205 Marshall TX 75671 32.5452591 -94.36594749999999   903-561-6349    
M001224-texarkana Nathaniel Moran M001224 2500 North Robison Rd. Suite 190 Texarkana TX 75501 33.4426095 -94.076386   903-561-6349    
M001224-tyler Nathaniel Moran M001224 1121 ESE Loop 323 Suite 206 Tyler TX 75701 32.3032897 -95.28681209999999   903-561-6349    

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