Call of Duty API

Call of Duty APIfor developers shipping COD apps.

Cito API gives developers one affordable place for Call of Duty data: CDL standings, schedules, live match state, map results, match history, and player stats.

Instant API keyREST JSONCDL coverageFree starter access

30-60s

live CDL polling during match windows

500

free API calls/month to start

$25

starter paid plan, no contract

Developer endpoints

A COD API built around real app features

Build match centers, stat trackers, Discord bots, fantasy tools, and dashboards from documented endpoints instead of brittle scraping jobs.

GET/v1/cod/matches/live

Current Call of Duty League live match state and scores.

GET/v1/cod/cdl/standings

Current CDL standings, records, and team ranking data.

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

Match and map-level player stats for COD esports analysis.

Start with one API call

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);

One API for COD data workflows

The COD API is designed for developers who need production data quickly, not a long enterprise buying cycle.

Live match, standings, schedules, maps, and player stats live under one API key and one documentation set.

Free starter access makes it practical to test product ideas before you commit to a paid plan.

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 API for developers?

Yes. Cito API provides REST endpoints for Call of Duty and CDL data including matches, standings, schedules, live updates, and player stats.

Does it include Call of Duty League data?

Yes. The current COD product focuses on CDL data including live matches, map results, standings, and player stat rows.

Can I start for free?

Yes. You can create a free API key and test endpoints before upgrading to a paid plan.

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