steam_charts_concurrent
Fetch Steam's live concurrent player leaderboard, showing ranks, current players, and peaks. Optionally enrich each game with store name and review summary for quick insight.
Instructions
Get Steam's live games-by-concurrent-players leaderboard. Returns the live leaderboard of games ranked by current concurrent players (rank, appid, current concurrent, peak). By default each row is enriched with the game name and review summary; pass enrich=false for raw ranked app ids. Credential-free public Steam WebAPI JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| l | No | Steam store language name for name enrichment | |
| cc | No | Store country code (ISO) for name enrichment | |
| enrich | No | Attach game name and review summary to each rank |