offices
3 rows where legislator_id = "B001260"
This data as json, CSV (advanced)
Suggested facets: suite, phone
| id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| B001260-bradenton | B001260 | 8433 Enterprise Circle | Suite 210 | Bradenton | FL | 34202 | 27.3876393 | -82.43503079999999 | 771-200-5798 | 941-951-6643 | ||
| B001260-brandon | B001260 | 510 Vonderburg Drive | Suite 303 | Brandon | FL | 33511 | 27.930656 | -82.2892269 | 771-200-5798 | 813-657-1013 | By appointment only | |
| B001260-longboat_key | B001260 | 5370 Gulf of Mexico Drive | Suite 210 | Longboat Key | FL | 34228 | 27.4111492 | -82.6563195 | 941-951-6643 | By appointment only |
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);