Overview
The stats API provides structured sports data — currently focused on pickleball. Endpoints cover player career stats, yearly breakdowns, head-to-head records, match logs, and tournament brackets. All stats endpoints are public.Player Stats
Career Stats
Yearly Stats
Head-to-Head
| Parameter | Type | Description |
|---|---|---|
opponent_tag_id | string | Specific opponent (optional — returns all opponents if omitted) |
Partner Stats
Match History
| Parameter | Type | Description |
|---|---|---|
limit | integer | Results per page |
offset | integer | Pagination offset |
year | integer | Filter by year |
format | string | singles or doubles |
tournament_id | string | Filter by tournament |
Leaderboard
Player Rankings
| Parameter | Type | Description |
|---|---|---|
limit | integer | Results per page |
offset | integer | Pagination offset |
format | string | overall, singles, or doubles |
Gold Views (Materialized Data)
Available Views
Query Gold View
| Parameter | Type | Description |
|---|---|---|
view | string | View name (required) |
tag_id | string | Filter by player |
tournament_id | string | Filter by tournament |
format | string | Match format filter |
year | integer | Year filter |
limit | integer | Max rows |
Tournaments
Search Tournaments
| Parameter | Type | Description |
|---|---|---|
q | string | Search query |
limit | integer | Max results |