Call of Duty League APIfor Real-Time CDL Stats & Match Data
Access CDL teams, players, rosters, live matches, map-by-map stats, standings, schedules, transfers, and Black Ops 7 season data through one fast developer API.
CDL data coverage
What CDL Data Can You Access?
Concrete Call of Duty League data categories developers can use for dashboards, bots, analytics products, fantasy apps, and match centers.
30-60s
live CDL polling during match windows
500
free API calls/month to start
$25
starter paid plan, no contract
Developer endpoints
Everything around a CDL match
Create match pages with series state, map scores, team totals, and player stat rows without scraping dashboards yourself.
/v1/cod/matches/liveLive and currently updating Call of Duty League match state.
/v1/cod/matches/upcomingUpcoming Call of Duty League matches for schedules, calendars, and pre-match pages.
/v1/cod/matches/{matchId}Match details including teams, status, tournament context, scores, and map results.
/v1/cod/matches/{matchId}/mapsMap-by-map scores, modes, winners, and available breakdown data.
/v1/cod/matches/{matchId}/player-stats?includeMaps=trueMatch and game-level CDL player statistics.
/v1/cod/playersActive Call of Duty League player records for profiles and joins.
/v1/cod/teamsCDL team metadata for logos, team pages, and roster joins.
/v1/cod/cdl/standingsCurrent CDL standings, schedule context, and tournament data.
/v1/cod/transfersRoster moves and Call of Duty League transfers when available.
Fetch a CDL match
const response = await fetch("https://api.citoapi.com/api/v1/cod/matches/{matchId}", {
headers: {
"x-api-key": process.env.CITO_API_KEY
}
});
const data = await response.json();
console.log(data);A practical API for CDL builders
Cito is built for developers who need usable JSON, docs, and fast access, not a custom enterprise negotiation.
The API supports both current live workflows and historical match pages, which matters for SEO products and stat tools.
Free starter access lets you prototype before you know whether your COD feature will monetize.
Use cases
Built for developers shipping COD products
Fantasy and pick'em tools
Power matchup pages, player projections, recent form, and map-by-map stat views without maintaining your own CDL data pipeline.
Discord bots and communities
Return live match state, recent results, standings, and player stat cards from simple REST calls your bot can cache and format.
Dashboards and overlays
Build analytics screens, creator overlays, and internal data tools with JSON responses designed for frontend and backend developers.
Questions developers ask
Is there a Call of Duty League API?
Yes. CitoAPI provides Call of Duty League data including matches, teams, rosters, player stats, map stats, standings, schedules, transfers, and Black Ops 7 season coverage.
Does CitoAPI provide live CDL match data?
Yes. CitoAPI includes live and upcoming CDL match data, with match details and player statistics depending on endpoint availability.
Does the API include game-level stats per player?
Yes. CitoAPI supports match and game-level player statistics for Call of Duty League data through player stats endpoints with map breakdowns.
How much does a Call of Duty League API cost?
CitoAPI starts at $25/month with a free tier for developers who want to test the API before upgrading.
Is CitoAPI cheaper than PandaScore?
Yes. CitoAPI is built as a more affordable esports API option for developers who need practical Call of Duty League data without enterprise pricing.
Start building with Call of Duty data today
Get a free Cito API key, test real endpoints, and upgrade only when your product needs more volume.
Create Free API Key