offices
1 row where legislator_id = "B001317"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001317-claremore | Josh Brecheen B001317 | 223 W Patti Page Blvd. | Claremore | OK | 74017 | 36.30998659999999 | -95.6130981 | 918-283-6262 |
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);