cURL
curl --request GET \ --url https://padelapi.org/api/tournaments/{tournament}/news \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "url": "<string>", "photo_url": "<string>", "description": "<string>", "published_at": "<string>", "connections": "<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 news of a specific tournament.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The tournament ID
Language of the news to search for.
en
es
fr
it
pt
sv
2
Paginated set of NewsResource
NewsResource
Show child attributes