RostersLineup history per team

CS2 transfers, as they land.

Every player move between Counter-Strike 2 teams, newest first: who joined, who left, from where, to where and when. Over 47,000 transfers indexed.

  • 47,000+ transfers
  • Joins, departures and dates
  • 500 free requests / month
GET /cs2/transfers/recent?limit=2200 OK
$ curl "https://api.citoapi.com/api/v1/cs2/transfers/recent?limit=2" \ -H "x-api-key: $CITO_API_KEY"
{  "data": {    "transfers": [      ...      {        "playerName": "stesso",        "fromTeamName": "No team",        "toTeamName": "EAC EXTRA",        "status": "joined",        "transferDate": "2026-09-25T22:00:00.000Z"      }    ]  },  "meta": { "total": 47562 }}

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 transfer market, in order

Transfer feeds, roster trackers and news bots without watching every team.

Recent transfers

Player moves between teams, newest first.

Roster changes

Players joining and leaving teams, as they happen.

Dates

Join and leave dates on every move.

Free agents

Moves to and from no team are marked as such.

Roster history

Every lineup a team has fielded, with start and end dates.

Linked players

Every move links player and team IDs for your own tables.

Endpoints you can ship with

Recent transfers and roster changes, then a team's roster history.

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

Moves, rosters, dates and feeds

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

See pricing

Build CS2 transfer feeds

Track transfers on a free key.