Pickleball Live Data
Build applications with structured Major League Pickleball data. Query competitions, seasons, events, teams, rosters, players, fixtures, matches, per-game scores, live observations, and standings through a versioned REST API. Pro includes verified prediction-market links and combined fixture/market context with independent freshness metadata. Responses use consistent JSON envelopes with request…
Pickleball Live Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| competitions | ||
| GET |
/competitions/{id} /competitions/{id} |
|
| GET |
/competitions /competitions |
|
| seasons | ||
| GET |
/seasons/{id}/standings/latest /seasons/{id}/standings/latest |
|
| GET |
/seasons/{id}/standings/history /seasons/{id}/standings/history |
Newest snapshots first. |
| GET |
/seasons /seasons |
|
| events | ||
| GET |
/events /events |
|
| GET |
/events/{id}/standings/history /events/{id}/standings/history |
Newest snapshots first. |
| GET |
/events/{id}/standings/latest /events/{id}/standings/latest |
|
| GET |
/events/{id} /events/{id} |
|
| GET |
/events/{id}/teams /events/{id}/teams |
|
| venues | ||
| GET |
/venues/{id} /venues/{id} |
|
| teams | ||
| GET |
/teams/{id}/fixtures /teams/{id}/fixtures |
Up to 200 fixtures, ordered by scheduled_at descending. |
| GET |
/teams/{id}/roster /teams/{id}/roster |
|
| GET |
/teams/{id}/matches /teams/{id}/matches |
Up to 200 matches, ordered by creation time descending. |
| GET |
/teams/{id} /teams/{id} |
|
| GET |
/teams /teams |
|
| players | ||
| GET |
/players /players |
|
| GET |
/players/{id} /players/{id} |
|
| fixtures | ||
| GET |
/fixtures/{id} /fixtures/{id} |
|
| GET |
/fixtures/{id}/live /fixtures/{id}/live |
|
| GET |
/fixtures/{id}/market-context /fixtures/{id}/market-context |
|
| GET |
/fixtures /fixtures |
|
| GET |
/fixtures/{id}/matches /fixtures/{id}/matches |
|
| GET |
/fixtures/{id}/markets /fixtures/{id}/markets |
|
| matches | ||
| GET |
/matches/{id}/participants /matches/{id}/participants |
|
| GET |
/matches/{id} /matches/{id} |
|
| GET |
/matches/{id}/events /matches/{id}/events |
Oldest events first. Sequence is monotonic within this match channel. |
| GET |
/matches/{id}/games /matches/{id}/games |
|
| GET |
/matches/{id}/observations /matches/{id}/observations |
Oldest observations first. Sequence is monotonic within this match. |
Pickleball Live Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $10 / month | — |
|