MapsMap pool and veto data

Every CS2 team, one call.

Team profiles with the current lineup and coach, every past roster, how the team plays each map, its record against any opponent, and its results and fixtures.

  • Rosters and lineup history
  • Head-to-head records
  • 500 free requests / month
GET /cs2/teams/vitality200 OK
$ curl "https://api.citoapi.com/api/v1/cs2/teams/vitality" \ -H "x-api-key: $CITO_API_KEY"
{  "data": {    "id": "cs2-team-9565",    "name": "Vitality",    "slug": "vitality",    "countryName": "France",    "region": "Europe",    "worldRanking": 2    ...  }}

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

The whole team, not just the logo

Everything a team page needs, from the current five to their Inferno record.

Profile

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

Roster history

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

Map stats

Win rate, rounds and pick tendencies per map.

Head-to-head

Record and past matches between any two teams.

Results and fixtures

The team's finished and upcoming matches.

Roster moves

Players joining and leaving, newest first.

Endpoints you can ship with

Open a team, then its roster history, map stats and head-to-head record.

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

Profiles, rosters, head-to-head and slugs

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

See pricing

Build CS2 team pages

Look up any team on a free key and build the page today.