offices
4 rows where legislator_id = "B001305"
This data as json, CSV (advanced)
id ▼ | legislator_id | address | suite | city | state | zip | latitude | longitude | fax | phone | building | hours |
---|---|---|---|---|---|---|---|---|---|---|---|---|
B001305-advance | Ted Budd B001305 | 5380 US Highway 158 | Suite 202 | Advance | NC | 27006 | 36.0051476 | -80.4363115 | 336-941-4470 | |||
B001305-asheville | Ted Budd B001305 | 151 Patton Ave. | Suite 204 | Asheville | NC | 28801 | 35.594048 | -82.557992 | 828-333-4130 | |||
B001305-raleigh | Ted Budd B001305 | 333 Fayetteville Street | Suite 1504 | Raleigh | NC | 27601 | 35.7805808 | -78.647933 | 984-349-5061 | |||
B001305-wilmington | Ted Budd B001305 | 201 N. Front St. | Suite 809 | Wilmington | NC | 28401 | 34.2376754 | -77.9492806 | 910-218-7600 |
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);