steam_get_current_players
Get the live player count for a Steam game via its AppID. Use this data to check whether a title remains active and popular.
Instructions
Returns the number of players currently in-game for a Steam app. Accepts a Steam AppID. Useful for checking if a game is still active/popular. Example: AppID 730 (CS2) typically has 500k+ concurrent players.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Steam AppID (e.g. 730 for CS2) |