offices
2 rows where legislator_id = "C001080"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
C001080-claremont | Judy Chu C001080 | 415 W. Foothill Blvd. | Suite 122 | Claremont | CA | 91711 | 34.1079585 | -117.7212331 | 909-399-0198 | 909-625-5394 | Only open Tuesdays and Thursdays | |
C001080-pasadena | Judy Chu C001080 | 527 S. Lake Ave | Suite 250 | Pasadena | CA | 91101 | 34.1367405 | -118.1327034 | 626-304-0132 | 626-304-0110 |
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);