Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/ValveSoftware/counter-strike_regional_standings/llms.txt

Use this file to discover all available pages before exploring further.

The repository maintains a full historical archive of regional standings, organized by year. Each monthly snapshot captures the official standings used for invitation decisions at that point in time.

Archive structure

The historical files are split across two top-level folders, each organized by year:
PathContents
invitation/2024/Official monthly snapshots from 2024
invitation/2025/Official monthly snapshots from 2025
invitation/2026/Official monthly snapshots from 2026
live/2024/Continuous live snapshots from 2024
live/2025/Continuous live snapshots from 2025
live/2026/Continuous live snapshots from 2026

File naming convention

All standings files follow the same naming pattern:
standings_<region>_<YYYY_MM_DD>.md
The date in the filename is the data cutoff — the point in time through which match data was included when that file was generated. Valid region values are europe, americas, asia, and global.

Per-team detail pages

Each snapshot also includes per-team breakdown files stored in a details/<YYYY_MM_DD>/ subfolder alongside the standings files. These detail pages show the exact matches, weights, and factors that produced each team’s rank value for that snapshot. Browse the full invitation archive on GitHub: Invitation archive on GitHub
Per-team detail pages show exactly which matches contributed to a team’s ranking at a specific point in time. This is useful for understanding why a team received (or did not receive) an invitation, or for auditing the model’s output for a particular snapshot.

Archive by year

The invitation/2024/ and live/2024/ directories contain standings snapshots from the first year of the CS2 Regional Standings system. Monthly invitation snapshots were written on or before the 7th of each month throughout 2024. The live/2024/ folder contains the continuous updates generated between those monthly snapshots.
The invitation/2025/ and live/2025/ directories contain standings snapshots from 2025. Monthly invitation snapshots follow the same pattern as 2024, written on or before the 7th of each month. The live/2025/ folder contains all continuous updates from that year.
The invitation/2026/ and live/2026/ directories contain standings snapshots from 2026. As of the most recent snapshot, monthly invitation files are available through May 2026 (standings_*_2026_05_04.md). The live/2026/ folder is updated continuously as new match data becomes available.

Build docs developers (and LLMs) love