offices
2 rows where legislator_id = "B000668"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B000668-medford | Cliff Bentz B000668 | 14 N. Central Avenue | Suite 112 | Medford | OR | 97501 | 42.3269709 | -122.8722219 | 541-779-0204 | 541-776-4646 | ||
B000668-ontario | Cliff Bentz B000668 | 2430 SW 4th Avenue | Suite 2 | Ontario | OR | 97914 | 44.0244314 | -116.9984095 | 541-709-2040 |
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] FLOAT, [longitude] FLOAT, [fax] TEXT, [phone] TEXT, [building] TEXT , [hours] TEXT);