ALGS API

ALGS APIfor Apex Legends esports products.

Build with Apex Legends Global Series events, schedules, standings, match scores, player stats, legend bans, pick rates, and roster transactions.

Built for: Discord bots · ALGS dashboards · Fantasy tools · Betting research · Broadcast overlays · Data products
ALGS eventsSeries scoresPlayer rowsLegend meta

ALGS API sample

Split 1 Pro League standings

Event data

Team leaderboard

/apex/algs/events/:id/scores
#1Falcons42 K78 pts
#2Alliance35 K64 pts
#3TSM31 K58 pts

Player stat rows

kills · damage · HMS
ImperialHal15 kills4,821 dmg
Effect13 kills4,360 dmg
Verhulst11 kills3,988 dmg

Legend 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.

ALGS events, regions, schedules, and match listings
Series standings with points, kills, placement, and HMS
Player-level rows for kills, assists, damage, knockdowns, and team context where available
Legend pick rates, kills, damage, bans, and team composition data
Roster transactions, team changes, role updates, and player search
Tournament-level team stats, player stats, games, and historical event data
Normalized fields designed for developer dashboards, bots, and analytics pipelines

500

free API calls/month to test

$25

starter paid plan, no contract

ALGS

events, scores, rosters, and meta data

Developer endpoints

ALGS endpoints for match centers and dashboards

Build ALGS event pages, standings tables, player profiles, legend meta pages, roster trackers, and Discord bots from documented endpoints.

GET/v1/apex/algs/events

Browse ALGS events by region, status, and schedule context.

GET/v1/apex/algs/events/{seriesId}/scores

Series standings with team points, kills, placement, HMS, and player rows.

GET/v1/apex/algs/events/{seriesId}/bans

Map-by-map banned legends and winner context where available.

GET/v1/apex/algs/transactions

Roster moves, team changes, and role updates for ALGS players.

Fetch ALGS events

const response = await fetch("https://api.citoapi.com/api/v1/apex/algs/events?region=NA&includeMatches=true", {
  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

What is an ALGS API?

An ALGS API lets developers fetch Apex Legends Global Series data programmatically for apps, bots, dashboards, fantasy tools, and analytics products.

Does Cito include player-level ALGS stats?

Yes. Cito exposes player-level rows where the ALGS source publishes them, including kills, assists, damage, and other normalized fields where available.

Can I build a commercial ALGS product with Cito?

Yes. Paid plans support commercial apps, dashboards, bots, and analytics products.

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