Get current player count
get_current_playersGet the live concurrent player count for a Steam game by appid. Invalid appids produce clear errors, ensuring reliable player data.
Instructions
Get how many people are playing a game right now (live concurrent player count) by appid. Get the appid from search_games. No API key required. Errors clearly if the appid is unknown/invalid rather than returning a null count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Steam application id (appid). Get it from search_games. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | ||
| player_count | Yes |