home / legislators

Menu
  • GraphQL API

offices

Table actions
  • GraphQL API for offices

4 rows where legislator_id = "B001327"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: suite

id ▼ legislator_id address suite city state zip latitude longitude fax phone building hours
B001327-forty_fort Robert Bresnahan B001327 900 Rutter Ave 1st Floor, Suite C Forty-Fort PA 18704 41.2734359 -75.88007   570-763-6120 Bldg. B  
B001327-hazleton Robert Bresnahan B001327 145 E Broad St Suite 3 Hazleton PA 18201 40.9535392 -75.9736572   570-710-6830    
B001327-scotrun Robert Bresnahan B001327 2398 Rt 611 Suite 101 Scotrun PA 18355 41.0665242 -75.3225594   570-534-6220    
B001327-scranton Robert Bresnahan B001327 116 North Washington Ave Suite 101 Scranton PA 18503 41.407234 -75.6668696   570-906-6850    

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