cURL
curl --request GET \ --url https://padelapi.org/api/live \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "self": "<string>", "channel": "<string>", "sets": "<string>", "connections": { "match": "<string>" } } ], "links": { "first": "<string>", "last": "<string>", "prev": "<string>", "next": "<string>" }, "meta": { "current_page": 123, "from": 123, "last_page": 123, "links": [ { "url": "<string>", "label": "<string>", "active": true } ], "path": "<string>", "per_page": 123, "to": 123, "total": 123 } }
Endpoint to retrieve live matches that have been played in the last 10 minutes. This endpoint returns basic information about the match, so combine with the βShow Matchβ endpoint.
This endpoint requires a Pro subscription.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Paginated set of MatchLiveResource
MatchLiveResource
Show child attributes