Apex Legends player stats APIfor ALGS profiles and leaderboards.
Power ALGS player pages, autocomplete, leaderboards, and roster joins with player search, team context, profile images, and tournament stat 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
Player endpoints for Apex products
Build ALGS event pages, standings tables, player profiles, legend meta pages, roster trackers, and Discord bots from documented endpoints.
/v1/apex/algs/players/search?q={query}Search ALGS players for autocomplete, profiles, and joins.
/v1/apex/algs/playersList player records with team, region, role, and image fields where available.
/v1/apex/algs/global-stats/{eventId}/playersEvent player leaders and player stat rows.
Search an ALGS player
const response = await fetch("https://api.citoapi.com/api/v1/apex/algs/players/search?q=ImperialHal", {
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
Can I search Apex players by name?
Yes. The ALGS player search endpoint supports player lookup for profile pages, autocomplete, and internal joins.
Does Cito include player images?
Yes. Player image fields are returned where the source provides profile or personality images.
Does this cover public ranked stats?
Cito focuses on ALGS and Apex esports data. Public casual/ranked player stats are not the core coverage area.
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