offices
1 row where legislator_id = "B001322"
This data as json, CSV (advanced)
| id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| B001322-spokane | B001322 | 528 E. Spokane Falls Blvd | Suite 115 | Spokane | WA | 99202 | 47.6606584 | -117.4046169 | 509-353-2374 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);