home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

6 rows where legislator_id = "B001230"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: phone

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001230-eau_claire Tammy Baldwin B001230 500 South Barstow St. Suite LL2 Eau Claire WI 54701 44.8088044 -91.5330934   715-832-8424    
B001230-green_bay Tammy Baldwin B001230 2325 Verlin Road Suite 201 Green Bay WI 54311 44.4704255 -87.9670328   920-498-2668    
B001230-la_crosse Tammy Baldwin B001230 210 7th Street South Suite 203 La Crosse WI 54601 43.8093946 -91.2472178   608-796-0045    
B001230-ladysmith Tammy Baldwin B001230 P.O. Box 401   Ladysmith WI 54848 45.4630231 -91.10403579999999   715-832-8424    
B001230-madison Tammy Baldwin B001230 30 W. Mifflin St. Suite 700 Madison WI 53703 43.07506559999999 -89.38647139999999   608-264-5338    
B001230-milwaukee Tammy Baldwin B001230 633 West Wisconsin Ave Suite 1300 Milwaukee WI 53203 43.0386745 -87.91998439999999   414-297-4451    

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