Steam most-played games attention velocity (weekly)
Weekly player-attention ranking of the 100 most-played games on Steam. The official keyless Steam charts API (ISteamChartsService/GetMostPlayedGames) supplies this week's top 100 by peak concurrent players with each game's rank, last week's rank (-1 = unranked), and weekly peak player count; the official keyless Store appdetails API enriches every appid with name, type, free/paid, genres, release date, and developers. Each game carries its rank movement (rank_change, null for new entrants), a new_entrant flag, and a documented 0-100 attention_score = 100 * (45% min-max-normalized rank gain + 35% min-max-normalized log10(peak players) + 20% newcomer bonus), ranked as attention_rank (1 = hottest; ties: peak players desc, appid asc). breakout_flag marks new entrants debuting at rank <= 60 or games climbing >= 20 ranks. From the second weekly snapshot on, growth_pct reports week-over-week peak-player change versus the prior snapshot (null on the baseline, which omits the column). Columns: ISO week, as-of date (charts rollup_date), appid (primary key), canonical_appid (the store id appdetails resolved to - Valve redirects superseded entries, e.g. 730 to 2678630/Counter-Strike 2), name, store URL, game type, is_free, comma-joined genres, primary genre, release date/year, age in years, developers, publishers, rank, last week's rank, rank change, new-entrant flag, weekly peak concurrent players, week-over-week growth %, attention score, attention rank, breakout flag, enrichment_ok, row hash. Nullability: name and the enrichment columns are null when the Store API returned nothing for that appid (enrichment_ok = false); rank_change is null for new entrants; release_date/release_year/age_years are null when the release date is unknown or 'coming soon'. Caveats: peak_in_game is the week's peak concurrent-player count, not average or unique players; last_week_rank comes from Valve's own rollup and is taken verbatim; attention_score is a within-snapshot relative measure, not comparable across weeks; genre labels are Valve's own taxonomy. Sample use: order by attention_rank for this week's hottest games, or filter breakout_flag for the week's surgers.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Lignes
- 100
- Colonnes
- 0
- Cadence de la source
- Hebdomadaire
- Dernière actualisation
- 25 sept. 2026
- Thème
- technology
Profilé le 25 sept. 2026 à partir de l’instantané 20260925T114652Z-68b5577730b4
Mesuré- Complétude
- 97,9 %
- Lignes
- 100
- Colonnes
- 25
- Colonnes incomplètes
- 11
| Colonne | Manquant | Distinctes | Plage | Distribution |
|---|---|---|---|---|
| weekvarchar | 0 % | 1 | — |
|
| as_ofvarchar | 0 % | 1 | — |
|
| appidbigint | 0 % | 83 | 440 → 4 358 690médiane 1 234 145 | 2 hors du 1er–99e centile |
| canonical_appidbigint | 4 % | 96 | 4 000 → 5 309 010médiane 3 264 960 | 2 hors du 1er–99e centile |
| namevarchar | 4 % | 87 | — |
|
| store_urlvarchar | 0 % | 108 | — |
|
| game_typevarchar | 4 % | 3 | — |
|
| is_freeboolean | 4 % | 2 | — |
|
| genresvarchar | 0 % | 57 | — |
|
| primary_genrevarchar | 5 % | 12 | — |
|
| release_datevarchar | 6 % | 92 | — |
|
| release_yearbigint | 6 % | 21 | 2 006 → 2 026médiane 2 022 | 1 hors du 1er–99e centile |
| age_yearsdouble | 6 % | 106 | 0 → 19,82médiane 4,59 | 1 hors du 1er–99e centile |
| developersvarchar | 5 % | 74 | — |
|
| publishersvarchar | 5 % | 60 | — |
|
| rankbigint | 0 % | 96 | 1 → 100médiane 50,5 | 2 hors du 1er–99e centile |
| last_week_rankbigint | 0 % | 98 | -1 → 106médiane 47,5 | 1 hors du 1er–99e centile |
| rank_changedouble | 3 % | 28 | -23 → 38médiane 0 | 2 hors du 1er–99e centile |
| new_entrantboolean | 0 % | 2 | — |
|
| peak_in_gamebigint | 0 % | 78 | 6 605 → 1 384 929médiane 37 855 | 2 hors du 1er–99e centile |
| attention_scoredouble | 0 % | 96 | 7,06 → 78,63médiane 19,85 | 2 hors du 1er–99e centile |
| attention_rankbigint | 0 % | 96 | 1 → 100médiane 50,5 | 2 hors du 1er–99e centile |
| breakout_flagboolean | 0 % | 2 | — |
|
| enrichment_okboolean | 0 % | 2 | — |
|
| row_hashvarchar | 0 % | 124 | — |
|
- Actuelle
20260925T114652Z-68b5577730b4 · sha256 68b5577730b4…
100 lignes · +0 lignes par rapport à la précédente
20260925T112117Z-5a1860d58c5a · sha256 5a1860d58c5a…
100 lignes · +0 lignes par rapport à la précédente
20260925T111326Z-f8ec22e3e652 · sha256 f8ec22e3e652…
100 lignes · +0 lignes par rapport à la précédente
20260925T110723Z-6647802675e5 · sha256 6647802675e5…
100 lignes · premier instantané
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/steam_trending_signals/steam_trending_games_weekly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/steam_trending_signals/steam_trending_games_weekly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)Point d’accès API : https://datazimuts.com/v1/datasets/steam_trending_signals/steam_trending_games_weekly
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.
D’où viennent ces données et ce qui en a été fait. Le travail des autres apparaît sous forme de décomptes ; seuls les projets partagés sont nommés.
Citer cet instantané
Épinglé à l’instantané 20260925T114652Z-68b5577730b4 et à son empreinte, pour que vos lecteurs obtiennent exactement les données utilisées.
Steam trending games (agent-curated). (2026). Steam most-played games attention velocity (weekly) [Data set, snapshot 20260925T114652Z-68b5577730b4, sha256 68b5577730b4]. Datazimuts. Retrieved 2026-09-25, from https://datazimuts.com/fr/datasets/steam_trending_signals/steam_trending_games_weekly?snapshot=20260925T114652Z-68b5577730b4
@misc{dz_steam_trending_signals_steam_trending_ga_68b55777,
title = {{Steam most-played games attention velocity (weekly)}},
author = {{Steam trending games (agent-curated)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/steam_trending_signals/steam_trending_games_weekly?snapshot=20260925T114652Z-68b5577730b4}},
note = {Snapshot 20260925T114652Z-68b5577730b4, sha256 68b5577730b44ad647755215f59d32f17a9874329cda727f48c69988f75c5de6; accessed 2026-09-25}
}Intégrer un tableau ou un graphique
Collez ce code dans n’importe quelle page. L’intégration est épinglée au même instantané, suit le thème clair ou sombre du lecteur et affiche toujours la source, la licence et un lien de retour.
<iframe src="https://datazimuts.com/embed/table?dataset=steam_trending_signals%2Fsteam_trending_games_weekly&lang=fr&theme=auto&snapshot=20260925T114652Z-68b5577730b4" title="Steam most-played games attention velocity (weekly)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Posez une question sur ce jeu de données. Les réponses viennent uniquement de sa fiche, de son profil mesuré et de son historique, et citent les faits utilisés.