pandascore_leagues
Fetch recurring competition leagues with pagination and video game filtering, returning league metadata and series details for cross-provider sports data comparison.
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. |