pandascore_tournaments
Retrieve upcoming, running, or past esports tournaments, with optional filtering by game title. Get details like prizepool, tier, league, and teams.
Instructions
Tournaments — upcoming, running or past — optionally for one title.
Returns: [{id, name, slug, begin_at, end_at, prizepool, tier, league:{id, name}, serie:{id, full_name}, videogame, teams:[…]}] — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: LoL tournaments {"filter_videogame": "lol"}
Auth: needs your own key in PANDASCORE_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| per_page | No | Page size (max 100). | |
| filter_videogame | No | Title slug. |