CDL API endpoints

Every Call of Duty League endpoint in one place.

Find the exact CDL endpoint for live scores, schedules, matches, maps, player stats, standings, rosters, transfers, and team pages.

No sales call. No contract. Keep your API key server-side.

Endpoint indexREST JSONFree keyNo sales call
CDL API Coverage
LILive scores
Ready
Endpoint/matches/liveProduct FitScoreboards
PLPlayer stats
Ready
Endpoint/players/{id}/statsProduct FitK/D pages
MAMap stats
Ready
Endpoint/matches/{id}/mapsProduct FitMatch centers
SCSchedule
Ready
Endpoint/scheduleProduct FitCalendars
RORosters
Ready
Endpoint/teams/{id}/rosterProduct FitTeam pages

Build with real CDL routes

Test with 500 free requests/month, then upgrade when traffic grows.

See pricing

Data coverage

A clean endpoint map for CDL apps

Stop guessing routes. Start with the endpoint index, then wire the exact data your bot, dashboard, or match center needs.

Live and upcoming CDL match endpoints
Match detail and map-level stat endpoints
Player stat rows for fantasy, recaps, and dashboards
Team, roster, standings, and transfer endpoints
Search and ID lookup flows for backend integrations
Plan-aware endpoints so paid features do not surprise users

Endpoints

CDL endpoints for this build

Each path maps to a screen developers already ship: schedule, live page, match recap, player page, or team profile.

GET/api/v1/cod

Endpoint map with available CDL paths and descriptions.

GET/api/v1/cod/matches/live

Live CDL match state and current score context.

GET/api/v1/cod/matches/upcoming

Upcoming CDL schedule rows.

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

Series detail with teams, status, maps, and winner context.

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

Match and map-level player stat rows.

GET/api/v1/cod/teams

CDL team metadata, rosters, and profile data.

Use cases

CDL apps developers can ship fast

API docs pages

Give developers a route map they can paste into an AI coding agent.

Discord bots

Map slash commands to live, schedule, player, and team endpoints.

Match centers

Connect schedule rows to match detail, maps, and player stat tables.

Fantasy tools

Find the endpoints for schedule locks, player rows, and map splits.

Team pages

Link teams to rosters, matches, standings, and transfers.

Internal QA

Use the endpoint map to smoke-test the live API surface.

FAQ

Is there a Call of Duty League API endpoint list?

Yes. Cito exposes a CDL endpoint surface for matches, live state, schedules, stats, teams, rosters, standings, and transfers.

What endpoint should I test first?

Most developers start with /api/v1/cod/matches/upcoming or /api/v1/cod/matches/live, then fetch match detail and player stats after they have a match ID.

Can I use this with AI coding tools?

Yes. Paste the endpoint list into Cursor, Claude, Codex, or ChatGPT and tell it to keep the API key server-side.

Can I start for free?

Yes. Create a free Cito API key and test endpoints before upgrading for production traffic.

CDL API

Make the next CDL request obvious.

Use the endpoint index to pick the exact route, test it with a free key, and wire it into your app server-side.

Start Free