Discord Bots
Scores, schedules, player stats, match alerts, and slash-command responses.
Cito API gives developers REST endpoints for Call of Duty, League of Legends, Dota 2, Fortnite, Apex Legends, and UFC. Start free, test real responses, and upgrade only when your bot, dashboard, or app needs scale.
Live API preview
Run a sample request before signup
curl "https://api.citoapi.com/api/v1/cod/matches/live" -H "x-api-key: YOUR_API_KEY"
{
"match_id": "cdl_214935",
"league": "Call of Duty League",
"status": "live",
"teams": [
{
"name": "OpTic Texas",
"score": 2
},
{
"name": "Atlanta FaZe",
"score": 1
}
],
"current_map": "Hardpoint",
"player_stats_available": true
}First request path
No credit card. 500 calls/month for testing endpoints before you pay.
Use copy-paste examples for LoL, Call of Duty, UFC, Dota 2, Fortnite, and Apex.
Starter gives 50,000 calls/month for bots, dashboards, and launched apps.
Why builders trust it
See coverage, docs, pricing, and usage before you commit. The free tier is built for proving a real workflow, not for trapping you in a sales funnel.
Esports data used to be built for boardrooms. CitoAPI is built for developers who ship.
The old way
The builder way
What builders ship
Scores, schedules, player stats, match alerts, and slash-command responses.
Team pages, player rankings, match history, map data, and live match centers.
Performance trends, player comparisons, historical context, and pricing models.
Live match pages, standings, notifications, recaps, and creator-facing tools.
Game coverage
Matches, maps, teams, rosters, standings, player stats, and CDL-specific data.
ALGS matches, teams, players, leaderboards, legend meta, bans, and transactions.
Live matches, schedules, teams, rosters, player stats, hero stats, and radar scores.
Item shop, cosmetics, tournaments, news, events, player data, and earnings.
Live esports matches, schedules, standings, teams, and competitive data.
The problem
Most esports data providers were built for sportsbooks, media companies, and large platforms. Cito API is built for the developers, students, indie hackers, Discord bot owners, and small teams actually creating new esports tools.
Build with Cito APIAsk the docs assistant what you are building, like a CDL Discord bot, ALGS leaderboard, stat dashboard, or fantasy tool. It recommends endpoints, shows code examples, and helps you make your first request.
Founder-built
"I built Cito API because esports data should not be locked behind $2,000/month contracts. Developers should be able to test an idea, build a bot, launch a dashboard, or start a sports app without talking to sales first."
Aidan, Founder of Cito API
Supported product areas you can test with one API key
Copy-paste ready code for your favorite language
1const headers = { 'x-api-key': process.env.CITO_API_KEY };23// Get live Call of Duty League matches4const matches = await fetch('https://api.citoapi.com/api/v1/cod/matches/live', { headers })5 .then((res) => res.json());67// Get match-level player stats8const playerStats = await fetch(9 'https://api.citoapi.com/api/v1/cod/matches/bp-match-214935/player-stats?includeMaps=true',10 { headers }11).then((res) => res.json());1213console.log(matches, playerStats);Simple plans for testing ideas, running bots, and scaling real products.
For testing and prototypes
For one focused game project
For personal projects and small bots
For growing Discord bots, dashboards, and webhooks
For commercial apps and platforms
Custom
For custom volume or data needs
Practical esports data for a fraction of enterprise API pricing.
Built for developers shipping bots, dashboards, fantasy tools, and esports apps.
See full pricing comparison