cURL
curl --request GET \ --url https://padelapi.org/api/matches/{match}/live \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "<string>", "status": "<string>", "channel": "<string>", "sets": [ { "set_number": 123, "set_score": "<string>", "games": [ { "game_number": 123, "game_score": "<string>", "points": [ "<string>" ] } ] } ], "connections": { "match": "<string>" } }
Endpoint to retrieve point-by-point details of a specific match.
This endpoint requires a Pro subscription.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The match ID
Show child attributes