pandascore_players
Retrieve esports player profiles with role, nationality, and current team. Filter by video game or search by name for targeted results.
Instructions
Esports players with role, nationality and current team.
Returns: [{id, name, first_name, last_name, role, nationality, image_url, current_team:{id, name, acronym}, current_videogame}] — 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: Dota 2 players {"filter_videogame": "dota2"}
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 name match. | |
| filter_videogame | No | Title slug. |