Get current player count
get_current_playersRetrieve the live concurrent player count for any Steam game using its appid. Works without an API key for instant 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. Works without a key. 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 |