home / legislators / offices

Menu
  • GraphQL API

offices

Table actions Table actions
  • GraphQL API for offices

0 rows where legislator_id = "D000324"

✎ View and edit SQL

This data as json

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours

0 records

CREATE TABLE "offices" (
   "id" TEXT PRIMARY KEY,
   "legislator_id" TEXT REFERENCES "legislators"("id"),
   "address" TEXT,
   "suite" TEXT,
   "city" TEXT,
   "state" TEXT,
   "zip" TEXT,
   "latitude" REAL,
   "longitude" REAL,
   "fax" TEXT,
   "phone" TEXT,
   "building" TEXT
, "hours" TEXT);
Powered by Datasette · How this site works · Code of conduct