ALGS Stats APIwith player, team, and legend rows.
Build stat tables, player cards, fantasy scoring models, and ALGS analytics dashboards with team points, HMS, kills, damage, legends, and player-level rows.
ALGS API sample
Split 1 Pro League standings
Team leaderboard
/apex/algs/events/:id/scoresPlayer stat rows
kills · damage · HMSLegend bans
per map
Pick rates
global stats
Transactions
rosters
ALGS data coverage
What Apex Legends and ALGS Data Can You Access?
Concrete Apex Legends esports data categories developers can use for dashboards, bots, fantasy tools, research products, and match centers.
500
free API calls/month to test
$25
starter paid plan, no contract
ALGS
events, scores, rosters, and meta data
Developer endpoints
Stats endpoints for ALGS products
Build ALGS event pages, standings tables, player profiles, legend meta pages, roster trackers, and Discord bots from documented endpoints.
/v1/apex/algs/events/{seriesId}/scoresSeries standings, per-game scores, HMS, team totals, and player rows.
/v1/apex/algs/global-stats/{eventId}/playersTournament player leaders and normalized player stat rows.
/v1/apex/algs/tournaments/{tournamentId}/team-statsCached tournament-level team statistics.
/v1/apex/algs/tournaments/{tournamentId}/player-statsCached tournament-level player statistics.
Fetch ALGS score rows
const response = await fetch("https://api.citoapi.com/api/v1/apex/algs/events/{seriesId}/scores", {
headers: {
"x-api-key": process.env.CITO_API_KEY
}
});
const data = await response.json();
console.log(data);Why developers use Cito for Apex data
Cito focuses on developer-ready ALGS data instead of forcing you to reverse engineer public pages or maintain fragile scraping jobs.
Apex endpoints live beside other esports products under one API key, so you can ship multi-game features without another vendor.
Free starter access and self-serve pricing let you validate demand before committing to expensive enterprise contracts.
Use cases
Built for developers shipping Apex and ALGS products
ALGS analytics dashboards
Build event pages, team leaderboards, player tables, legend meta views, and post-series analysis without maintaining your own scraper.
Discord bots and communities
Return standings, match scores, player cards, legend bans, and roster updates through bot commands backed by REST JSON.
Fantasy and pricing models
Use points, kills, HMS, damage, knockdowns, pick rates, and player-level rows as inputs for fantasy scoring or pricing algorithms.
Questions developers ask
Does Cito include HMS for ALGS?
Yes. ALGS score responses include highest match score fields where available from the underlying event data.
Can stats be retrieved by player?
Yes. Cito supports player stat rows for ALGS events and tournaments where the source publishes player-level data.
Can I use these stats in fantasy scoring?
Yes. Developers can use points, kills, damage, assists, knockdowns, HMS, and placement data as inputs for custom fantasy or pricing models.
Start building with Apex Legends data today
Get a free Cito API key, test ALGS endpoints, and upgrade only when your product needs more volume.
Create Free API Key