Show Match Point By Point
Retrieve the full point-by-point reconstruction of a padel match: every set, every game and every point as it was played. It works for live matches (updated within seconds of each point) and for finished matches (the complete historical record), making it the building block for live score widgets, win-probability models, momentum charts and match replays.
🔒 This endpoint requires a Pro subscription.
Response shape
The match breaks down into nested sets → games → points:
- Each set has a
set_numberand aset_score(e.g."6-3", ornullwhile the set is still in progress). - Each game has a
game_number, the cumulativegame_scoreat the start of the game (e.g."3-2"), theservingteam ("team_1","team_2"ornullwhen unknown) and the ordered list ofpoints(["0:0", "15:0", "15:15", …]).
Status and coverage
status—live,finished,retired,walkover,byeorscheduled.coverage— how complete the tracking is:full(every game captured),partial(the source feed had gaps),tracking(still live, resolved once finished) ornull(no point-by-point data available).
Live updates: poll or subscribe
You can poll this endpoint, but for real-time apps subscribe to push updates instead.
Every response includes a channel (e.g. matches.123) and a connections.match
link; broadcast events arrive over Pusher. See the
WebSockets guide for the subscription flow.
Related endpoints
- Show Match — teams, score, round and tournament.
- Show Match Stats — aggregated match statistics.
- List Live Matches — every match currently in progress.
Documentation Index
Fetch the complete documentation index at: https://padelapi.org/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The match ID