---
name: polling-places-api
description: "Polling Places API skill. Use when working with Polling Places for root. Covers 1 endpoint."
version: 1.0.0
generator: lapsh
---

# Polling Places API
API version: 1.0

## Auth
No authentication required.

## Base URL
http://api.phila.gov/polling-places/v1

## Setup
1. No auth setup needed
2. GET / -- get polling places data
3. Explore available endpoints below

## Endpoints
1 endpoint across 1 group. See references/api-spec.lap for full details.

### Root
| Method | Path | Description |
|--------|------|-------------|
| GET | / | Get Polling Places Data |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all resource?" -> GET /

## Response Tips
- Check response schemas in references/api-spec.lap for field details

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
