pandascore_leagues
Retrieve recurring esports competitions (leagues) with series and videogame information from PandaScore. Supports pagination and filtering by game for flexible data access.
Instructions
Leagues (the recurring competitions tournaments belong to).
Returns: [{id, name, slug, image_url, url, videogame:{id, name, slug}, series:[…]}] — 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: All leagues
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. |