---
title: "Get Polling Places Data"
method: GET
path: "/"
---

# Get Polling Places Data

`GET /`

## Query parameters

- `ward` integer, required
- `division` integer, required
- `callback` string

## Response `200`

An array containing the polling place

- Features
  - `ward` string — The number of the electoral subdivision that houses the polling place.
  - `division` string — The number of the electoral section that houses the polling place.
  - `pin_address` string — Mailing address of the polling place.
  - `display_address` string — Mailing address of the polling place (formatted for display purposes).
  - `zip_code` integer — Zipcode of the polling place.
  - `location` string — The name of the polling place.
  - `building` string — Assigned code to denote the accessibility of the polling place. See above for details of the codes. F = Building Fully Accessible; B = Building Substantially Accessible; M = Building Accessibilty Modified; A = Alternate Entrance; R = Building Accessible With Ramp; N = Building Not Accessible
  - `parking` string — Assigned code to denote the availability of parking. See above for details of the codes. N = No Parking; G = General Parking; L = Loading Zone; H = Handicap Parking
  - `lat` number, float — Latitudinal coordinates of the polling place.
  - `lng` number, float — Longitudinal coordinates of the polling place.

---

[API](https://skmtc.net/cityofphiladelphia/apis/polling-places-api.md) · [All operations](https://skmtc.net/cityofphiladelphia/apis/polling-places-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cityofphiladelphia/polling-places-api/revisions/b609457e609d/schema)
