offices
1 row where legislator_id = "C001091"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
C001091-san_antonio | Joaquin Castro C001091 | 727 E. Cesar E. Chavez Blvd | B-128 | San Antonio | TX | 78206 | 29.4176275 | -98.4847181 | 210-979-0737 | 210-348-8216 |
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);