home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

2 rows where legislator_id = "B001301"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001301-gwinn Jack Bergman B001301 125 G Avenue B Gwinn MI 49841 46.28105559999999 -87.4409718   906-273-2227    
B001301-traverse_city Jack Bergman B001301 1396 Douglas Drive Suite 22B Traverse City MI 49696 44.7066718 -85.5961732   231-944-7633    

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