pandascore_teams
Fetch esports teams and their current rosters. Filter by videogame, search by name, and paginate to compare teams across providers.
Instructions
Esports teams with their current rosters.
Returns: [{id, name, acronym, slug, image_url, location, current_videogame, players:[{id, name, first_name, last_name, role, nationality}]}] — 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: CS2 teams {"filter_videogame": "csgo"}
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). | |
| search_name | No | Partial team-name match. | |
| filter_videogame | No | Title slug. |