Call of Duty League API
Call of Duty League API for CDL matches, live scores, teams, rosters, standings, player stats, map stats, and analytics.
6 subscribers
9.1/10 popularity
292 ms avg latency
98% success rate
48 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Call of Duty League API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Overview | ||
| GET |
getCodOverview /cod |
Returns COD/CDL coverage counts and endpoint discovery metadata. |
| CDL Live | ||
| GET |
getCdlScheduleAlias /cod/schedule |
Alias for /cod/cdl/schedule. |
| GET |
getCdlLive /cod/cdl/live |
Get currently live or in-progress Call of Duty League matches. |
| GET |
getCdlSchedule /cod/cdl/schedule |
Get Call of Duty League match schedule. |
| GET |
getCdlStandings /cod/cdl/standings |
Get current Call of Duty League standings with team records, map records, CDL points, and rankings. |
| GET |
getCdlStandingsAlias /cod/standings |
Alias for /cod/cdl/standings. |
| Matches | ||
| GET |
getCodMatchMaps /cod/matches/{id}/maps |
Get map-by-map breakdown for a COD/CDL match, including map scores, game modes, winners, and per-map player stats where available. |
| GET |
listCodMatches /cod/matches |
List recently completed Call of Duty matches. |
| GET |
getLiveCodMatches /cod/matches/live |
Alias for current live Call of Duty League match state. |
| GET |
getCodMatch /cod/matches/{id} |
Get match details including teams, score, tournament, maps, map results, and player stat rows where available. |
| GET |
listRecentCodMatches /cod/matches/recent |
List completed COD/CDL matches with teams, scores, tournament context, status, and winner. |
| GET |
listUpcomingCodMatches /cod/matches/upcoming |
List upcoming, scheduled, live, and in-progress COD/CDL matches. |
| GET |
getCodMapPlayerStats /cod/matches/{id}/maps/{mapNumber}/player-stats |
Get player stats for one map in a COD/CDL match. |
| GET |
getCodMatchPlayerStats /cod/matches/{id}/player-stats |
Get match-level player stats aggregated from per-map stats. Supports includeMaps=true for per-map/player breakdowns. |
| Teams | ||
| GET |
getCodTeamTransfers /cod/teams/{slug}/transfers |
Get incoming/outgoing transfer history for a team. |
| GET |
getCodTeamMatches /cod/teams/{slug}/matches |
Get recent completed matches for a specific team. |
| GET |
getCodTeamRecord /cod/teams/{slug}/record |
Get team season record, map record, streak, recent form, and stage breakdown. |
| GET |
listCodTeams /cod/teams |
List COD/CDL teams and organizations. |
| GET |
getCodTeamRoster /cod/teams/{slug}/roster |
Get active roster for a COD/CDL team, optionally including former players. |
| GET |
getCodTeamStats /cod/teams/{slug}/stats |
Get team performance breakdown by map and mode, including win rates and pick/ban counts where available. |
| GET |
getCodTeam /cod/teams/{slug} |
Get COD/CDL team details, metadata, earnings summary, and related counts. |
| GET |
getCodTeamUpcomingMatches /cod/teams/{slug}/upcoming-matches |
Get upcoming or live matches for a specific team. |
| GET |
getCodTeamRecentMatches /cod/teams/{slug}/recent-matches |
Get recent completed matches for a team with opponent and W/L result formatting. |
| Players | ||
| GET |
getCodPlayerEarnings /cod/players/{id}/earnings |
Get player tournament earnings and earnings summary. |
| GET |
getCodPlayerStats /cod/players/{id}/stats |
Get player season stats including K/D, kills, deaths, damage, Hardpoint hill time, S&D plants/defuses, and map record. |
| GET |
getCodPlayer /cod/players/{id} |
Get player profile, current team, roster history, transfers, and recent tournaments. |
| GET |
listCodPlayers /cod/players |
List Call of Duty players with current team, profile, image, and earnings summary fields. |
| GET |
getCodPlayerMatches /cod/players/{id}/matches |
Get player recent match history and stats. Use includeMapStats=true to include map-level rows. |
| Tournaments | ||
| GET |
getCodTournamentBracket /cod/tournaments/{id}/bracket |
Get tournament bracket structure organized by winners, losers, grand finals, and group stage where available. |
| GET |
listCodTournaments /cod/tournaments |
List COD/CDL tournaments with game, tier, organizer, dates, prize pool, format, and completion status. |
| GET |
getCodTournamentMatches /cod/tournaments/{id}/matches |
Get tournament matches with teams, scores, map scores, VOD URL, and player stats. |
| GET |
listCodSeasons /cod/seasons |
List seasons available across COD/CDL datasets and endpoint shortcuts for each season. |
| GET |
getCodTournament /cod/tournaments/{id} |
Get tournament details with results and recent matches. |
| GET |
getCodTournamentResults /cod/tournaments/{id}/results |
Get team placements, prize money, wins/losses, and map records for a tournament. |
| Transfers | ||
| GET |
listCodTransfers /cod/transfers |
List recent Call of Duty roster moves and transfers. |
| Leaderboards | ||
| GET |
getCodEarningsLeaderboard /cod/leaderboards/earnings |
Get COD player earnings leaderboard with team, player, and earnings summary. |
| GET |
getCodLeaderboardByMode /cod/leaderboards/{mode} |
Get COD/CDL player leaderboard by mode or stat. Valid modes include hardpoint, hp, hilltime, snd, search, firstbloods, control, kd, kills, damage, earnings. |
| Analytics | ||
| GET |
getCodHeadToHead /cod/analytics/head-to-head |
Compare two players head-to-head. |
| GET |
getCodTeamStyle /cod/analytics/teams/{slug}/style |
Get team playstyle analysis for a COD/CDL team. |
| GET |
getCodTeamHeadToHead /cod/analytics/teams/head-to-head |
Get historical head-to-head record, map stats, scoring leaders, and map pick/ban analysis between two teams. |
| GET |
getCodPlayerClutchFactor /cod/analytics/players/{id}/clutch-factor |
Get player clutch factor analysis where sufficient data is available. |
| GET |
compareCodPlayers /cod/analytics/compare |
Compare 2-6 players side-by-side using comma-separated player names or ids. |
| GET |
getCodTeamMapComparison /cod/analytics/teams/map-comparison |
Compare two teams side-by-side by map and mode win percentage. |
| GET |
getCodAnalyticsLeaderboard /cod/analytics/leaderboard/{stat} |
Get analytics leaderboard with trend indicators. Valid stats: kd, damage, kills, hillTime, firstBloods. |
| GET |
getCodPlayerTrends /cod/analytics/players/{id}/trends |
Get player performance trends over time. |
| Search | ||
| GET |
searchCodData /cod/search |
Search Call of Duty players, organizations, and tournaments. |
| Stats | ||
| GET |
getCodStats /cod/stats |
Get data coverage counts for players, teams, tournaments, transfers, matches, maps, and player stat rows. |
| GET |
getCodStatistics /cod/statistics |
Alias for /cod/stats. |
Call of Duty League API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $50 / month | — |
|