steam_charts_most_played
Retrieves Steam's weekly most-played games chart, listing top games ranked by peak concurrent players. Optionally enriches each entry with game name and review summary.
Instructions
Get Steam's weekly most-played games chart. Returns Steam's weekly most-played chart: the top games ranked by peak concurrent players over the last week (rank, appid, previous-week rank, peak players). By default each row is enriched with the game name and review summary via a batch lookup; pass enrich=false for the raw ranked app ids only. 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 |