home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

3 rows where legislator_id = "F000446"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
F000446-council_bluffs Randy Feenstra F000446 149 West Broadway   Council Bluffs IA 51503 41.2623729 -95.84523159999999   712-256-5653    
F000446-fort_dodge Randy Feenstra F000446 723 Central Avenue   Fort Dodge IA 50501 42.5048681 -94.187658   515-302-7060    
F000446-sioux_city Randy Feenstra F000446 320 6th Street Room 112 Sioux City IA 51101 42.4960349 -96.40757239999999   712-224-4692    

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