pandascore_series
Fetch league series (seasonal editions) from Pandascore, with pagination and optional videogame filtering, to support cross-provider Esports odds and stats comparison.
Instructions
Series — a league's seasonal editions (e.g. 'LEC Summer 2025').
Returns: [{id, name, full_name, slug, season, year, begin_at, end_at, league:{id, name}, videogame, winner_id}] — 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 series {"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. |