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
{ "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 serverThe 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.
- GET
/api/v1/cs2/teams/{teamIdOrSlug}Name, logo, country, region, world ranking and current roster.
- GET
/api/v1/cs2/teams/{teamIdOrSlug}/roster-historyEvery player who has played for the team, with start and end dates.
- GET
/api/v1/cs2/teams/{teamIdOrSlug}/map-statsPer-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/recentPlayers joining and leaving teams, newest first.
- GET
/api/v1/cs2/transfers/recentPlayer moves between teams, newest first.
FAQs
Moves, rosters, dates and feeds
Can't find what you're looking for? Contact our customer support team
Next to transfers
- CS2 team APITeam profiles, current rosters, lineups and head-to-head.
- CS2 Discord bot APILive score and result commands for a Discord bot.
- CS2 player stats APIRating, ADR, KAST and K/D per map, career and form.
- CS2 rankings APIWorld ranking and Valve Regional Standings with movement.
- CS2 API in PythonLive scores, results and player stats with requests.
- CS2 API endpointsEvery CS2 endpoint on one page, grouped by job.