pandascore_videogames
Retrieve the list of video game titles covered by PandaScore, each with its slug required by other tools. Use this first to obtain correct slugs before querying game data.
Instructions
The titles PandaScore covers, with the slug every other tool needs. Call this first rather than guessing a slug.
Returns: [{id, name:'Counter-Strike', slug:'cs-go', current_version}] (top-level array) — 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 titles
Auth: needs your own key in PANDASCORE_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||