home / legislators / offices

Menu
  • GraphQL API

offices

Table actions Table actions
  • GraphQL API for offices

4 rows where legislator_id = "A000372"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: fax, phone

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
A000372-augusta A000372 2743 Perimeter Parkway Suite 105 Augusta GA 30909 33.4874834 -82.08416969999999 706-228-1954 706-228-1980 Building 200  
A000372-dublin A000372 100 S. Church St.   Dublin GA 31021 32.5383565 -82.9084154 706-228-1954 478-291-6324    
A000372-statesboro A000372 50 E. Main St.   Statesboro GA 30458 32.4484951 -81.781533 912-243-9453 912-243-9452    
A000372-vidalia A000372 107 Old Airport Rd. Suite A Vidalia GA 30475 32.2046881 -82.37632649999999   912-243-9452    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · How this site works · Code of conduct