COD stats API

COD stats APIfor developer products.

Use Cito API to pull structured Call of Duty data for stat trackers, dashboards, fantasy tools, bots, and analytics products.

REST JSONPlayer statsMatch historyCDL coverage

30-60s

live CDL polling during match windows

500

free API calls/month to start

$25

starter paid plan, no contract

Developer endpoints

COD stats without a brittle scraper

Get usable match and player data through documented endpoints instead of maintaining a fragile scraping stack.

GET/v1/cod/matches/recent

Recent match history for feeds, app homepages, and stat tools.

GET/v1/cod/matches/{matchId}/player-stats

Player stats for specific COD matches.

GET/v1/cod/search?q={query}

Search COD entities for app navigation and autocomplete.

Fetch recent COD matches

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

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

A stats API made for shipping

The API gives developers stable endpoints, not screenshots, spreadsheets, or manual exports.

COD and CDL data can live beside other esports APIs in the same Cito account.

You can start free, validate your feature, and scale into paid plans as usage grows.

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

What is a COD stats API?

A COD stats API lets developers fetch Call of Duty data programmatically for apps, bots, dashboards, and analytics products.

Does this include CDL esports data?

Yes. Cito API supports current CDL data including standings, schedules, live state, match results, and player stats.

Can I test without paying?

Yes. Cito API provides free starter access with a free API key.

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