RatingPer-map player stats

The best CS2 players, ranked.

Top Counter-Strike 2 players by rating, ADR, KAST, K/D, kills or opening kills over the last 90 days, with a 20-map minimum so a hot weekend does not top the table.

  • 6 metrics
  • 90-day window, 20-map minimum
  • 500 free requests / month
GET /cs2/leaderboards/rating?limit=3200 OK
$ curl "https://api.citoapi.com/api/v1/cs2/leaderboards/rating?limit=3" \ -H "x-api-key: $CITO_API_KEY"
{  "data": [    {      "playerName": "vexite",      "teamName": "FlyQuest",      "rating": 1.47    },    {      "playerName": "adeX",      "teamName": "Alter Ego",      "rating": 1.46    },    {      "playerName": "ZywOo",      "teamName": "Vitality",      "rating": 1.43    }    ...  ],  "meta": { "windowDays": 90, "minMaps": 20 }}

Seamless Integration with our MCP Server

Give Claude, Cursor and ChatGPT the CS2 data. One command writes the MCP config; agents call live scoreboard, team map stat, opening duel and transfer tools instead of inventing match IDs, and your key stays on your machine.

MCPInstall the Cito MCP server
Claude
Cursor
OpenAI
Python
Cito API
Next.js
Discord
Slack
GitHub

Tables worth quoting

Leaderboards for stat sites, fantasy picks and weekly posts.

Rating

Top players by rating over the window.

ADR and KAST

Damage per round and round impact leaders.

K/D and kills

Kill leaders and kill-death ratio.

Opening kills

Who wins the first duel of the round.

Fair windows

90 days with a 20-map minimum.

Linked players

Each row links to the player profile and team.

Endpoints you can ship with

Leaderboards, then each player's stats and form.

Player stats

Rating, ADR, KAST and K/D for every map a player has played, rolled up into career, yearly and recent-form views.

View docs
  • GET/api/v1/cs2/players/{playerIdOrSlug}

    Nickname, real name, photo, country, team, role and headline stats.

  • GET/api/v1/cs2/players/{playerIdOrSlug}/stats

    Career totals plus a stat line for every map played.

  • GET/api/v1/cs2/players/{playerIdOrSlug}/seasons

    A player's stats by year.

  • GET/api/v1/cs2/players/{playerIdOrSlug}/form

    The most recent maps with kills, deaths, ADR, KAST and rating.

  • GET/api/v1/cs2/leaderboards/{metric}

    Top players by rating, ADR, KAST, K/D, kills or opening kills.

  • GET/api/v1/cs2/players/search?q={name}

    Find a player by nickname or real name.

FAQs

Metrics, windows and minimums

Can't find what you're looking for? Contact our customer support team

See pricing

Build CS2 stat tables

Pull leaderboards on a free key.