Call of Duty League data

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.

Built for: Discord bots · Esports dashboards · Betting tools · Fantasy apps · Broadcast overlays · Research projects
Teams and schedulesMatch historyMap-by-map statsLow-friction signup

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.

Live and upcoming Call of Duty League matches
Match results and map-by-map breakdowns
Player match stats and game-level stats
Team rosters and active CDL players
CDL standings, schedules, and tournament data
Roster moves and transfers
Historical Call of Duty League data
Black Ops 7 season coverage

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.

GET/v1/cod/matches/live

Live and currently updating Call of Duty League match state.

GET/v1/cod/matches/upcoming

Upcoming Call of Duty League matches for schedules, calendars, and pre-match pages.

GET/v1/cod/matches/{matchId}

Match details including teams, status, tournament context, scores, and map results.

GET/v1/cod/matches/{matchId}/maps

Map-by-map scores, modes, winners, and available breakdown data.

GET/v1/cod/matches/{matchId}/player-stats?includeMaps=true

Match and game-level CDL player statistics.

GET/v1/cod/players

Active Call of Duty League player records for profiles and joins.

GET/v1/cod/teams

CDL team metadata for logos, team pages, and roster joins.

GET/v1/cod/cdl/standings

Current CDL standings, schedule context, and tournament data.

GET/v1/cod/transfers

Roster 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