CDL API for developers

CDL APIwithout enterprise contracts.

Build with Call of Duty League schedules, standings, live match state, map scores, and player performance through one affordable REST API.

Live match stateCDL standingsMap resultsPlayer stats

30-60s

live CDL polling during match windows

500

free API calls/month to start

$25

starter paid plan, no contract

Developer endpoints

CDL endpoints that map to real product screens

Use Cito API as the backend for match centers, team pages, standings tables, player cards, and live score widgets.

GET/v1/cod/cdl/standings

Current CDL standings, match records, map records, and points for the active season.

GET/v1/cod/matches/live

Live match state with teams, scores, status, and completed map results during CDL broadcasts.

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

Match-level player totals with optional per-map stat breakdowns.

Fetch live CDL matches

const response = await fetch("https://api.citoapi.com/api/v1/cod/matches/live", {
  headers: {
    "x-api-key": process.env.CITO_API_KEY
  }
});

const data = await response.json();
console.log(data);

Why developers use Cito for CDL data

Instant signup means you can test CDL data today instead of waiting for a sales call or enterprise approval.

Pricing starts low enough for indie apps, Discord communities, fantasy tools, and early-stage analytics products.

The same API covers standings, schedules, live state, maps, and player stat endpoints, so your app has one integration surface.

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

Does Cito API include live CDL data?

Yes. During CDL match windows, Cito API exposes live match state and updates automatically through backend polling.

Can I use the CDL API for a commercial product?

Yes. Paid plans support commercial apps, dashboards, bots, and analytics products.

Is there a free CDL API tier?

Yes. Cito API includes free starter access so developers can test endpoints before upgrading.

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