Live CDL scores, series state, and map status for match centers.
Pull live Call of Duty League match state for scoreboards, Discord bots, overlays, and weekend watch pages.
No sales call. No contract. Keep your API key server-side.
/matches/liveProduct FitScoreboards/players/{id}/statsProduct FitK/D pages/matches/{id}/mapsProduct FitMatch centers/scheduleProduct FitCalendars/teams/{id}/rosterProduct FitTeam pagesBuild with real CDL routes
Test with 500 free requests/month, then upgrade when traffic grows.
Data coverage
Live CDL data that keeps the page useful
A live endpoint should tell you what is happening now and what to show when nothing is live.
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.
/api/v1/cod/matches/liveActive CDL matches and live state.
/api/v1/cod/matches/{matchId}Series detail for a live match.
/api/v1/cod/matches/{matchId}/mapsMap rows and score context where available.
/api/v1/cod/matches/{matchId}/player-stats?includeMaps=truePlayer stat rows after data is available.
/api/v1/cod/matches/upcomingFallback for pre-match pages.
/api/v1/cod/matches/recentFallback for post-match pages.
Use cases
CDL apps developers can ship fast
Live scoreboards
Show the active match, series score, and current state.
Discord live commands
Return current CDL matches in a compact embed.
Watch pages
Keep a weekend hub useful before, during, and after matches.
Broadcast overlays
Hydrate score panels and map context.
Recap pages
Switch from live state to recent results and stat rows.
Alerting
Notify users when a match moves from scheduled to live.
CDL API pages
Related CDL API pages
Pick the data you need for live scores, schedules, match centers, player stats, rosters, standings, fantasy tools, or bot commands.
FAQ
Does the CDL API include live scores?
Yes. The live endpoint returns active CDL match state when a match is available from synced sources.
Can I show map scores?
Use match detail and map endpoints to hydrate map-level context where available.
How should I handle no live match?
Show upcoming matches before the event and recent matches after it ends.
Can I build a live Discord command?
Yes. /api/v1/cod/matches/live is a strong first endpoint for a CDL bot.
People also ask before choosing a CDL API.
These ranking pages target buyers comparing live scores, schedules, player stats, fantasy workflows, and Call of Duty API alternatives.
Try CDL API freeWhat is the best CDL API?
Compare cdl api coverage, endpoint paths, pricing, and build fit before choosing a CDL data provider.
What is the best Breaking Point GG API?
Compare breaking point gg api coverage, endpoint paths, pricing, and build fit before choosing a CDL data provider.
What is the best Breaking Point Alternative?
Compare breaking point alternative coverage, endpoint paths, pricing, and build fit before choosing a CDL data provider.
What is the best Call of Duty League Stats API?
Compare call of duty league stats api coverage, endpoint paths, pricing, and build fit before choosing a CDL data provider.
What is the best Black Ops 7 Stats API?
Compare black ops 7 stats api coverage, endpoint paths, pricing, and build fit before choosing a CDL data provider.
What is the best Build a Stats Site?
Compare build a stats site coverage, endpoint paths, pricing, and build fit before choosing a CDL data provider.
Build a live CDL scoreboard that does not go blank.
Use live data when it exists, and fall back to upcoming or recent matches when the league is between games.