VetoPick and ban order per match

CS2 map stats, side by side.

How every team plays every map: win rate, rounds, CT and T side splits, pistol, eco and force-buy rounds, and how often they pick it. Matches carry the full veto order.

  • CT/T and economy splits
  • Veto order per match
  • 500 free requests / month
GET /cs2/teams/vitality/map-stats200 OK
$ curl "https://api.citoapi.com/api/v1/cs2/teams/vitality/map-stats" \ -H "x-api-key: $CITO_API_KEY"
{  "data": {    "teamName": "Vitality",    "totalMaps": 575,    "mapWinPercent": 72.7,    "maps": [      {        "mapName": "Inferno",        "played": 110,        "winPercent": 74.5,        "ctWinPercent": 58.2,        "tWinPercent": 44.8      }      ...    ]  }}

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

How teams play each map

Map pools for previews, veto predictions and betting-free analysis.

Win rate per map

Played, won, lost and win percentage for each map.

Side splits

CT and T rounds won, per map and overall.

Economy

Pistol, eco, force and full-buy rounds and how often each is won.

Pick tendencies

How often a team picks each map.

Veto order

Each match's bans, picks and decider in order.

Round differential

Rounds for and against, and the average per map.

Endpoints you can ship with

Open a team for its map stats, then a match for its veto.

Teams & rosters

Team profiles with the current roster, every past lineup, player moves between teams, and how each team plays each map.

View docs
  • GET/api/v1/cs2/teams/{teamIdOrSlug}

    Name, logo, country, region, world ranking and current roster.

  • GET/api/v1/cs2/teams/{teamIdOrSlug}/roster-history

    Every player who has played for the team, with start and end dates.

  • GET/api/v1/cs2/teams/{teamIdOrSlug}/map-stats

    Per-map win rate, rounds and pick/ban tendencies.

  • GET/api/v1/cs2/teams/{teamIdOrSlug}/vs/{opponentIdOrSlug}

    Record and past matches between two teams.

  • GET/api/v1/cs2/roster-changes/recent

    Players joining and leaving teams, newest first.

  • GET/api/v1/cs2/transfers/recent

    Player moves between teams, newest first.

FAQs

Map pools, sides, economy and veto

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

See pricing

Build CS2 match previews

Pull map pools on a free key.