pn_code you need when you know the league name but not its code. Optional ?sport=... filter narrows by sport category (use List Sports for valid values).
Filter by
sport_category from List Sports. Omit to get every mapped league (currently 107).Your API key.
Response
Fields
| Field | Type | Description |
|---|---|---|
count | integer | Number of leagues returned after any filter. |
leagues[].pn_code | string | The code you pass in every other endpoint’s {code} path param (e.g. nba, epl, lib). |
leagues[].display_name | string | Human-readable name (e.g. "NBA", "CBA (China)", "English Premier League"). |
leagues[].sport_category | string | basketball, soccer, etc. — use for filtering. |
leagues[].total_games_cached | integer | Games in state now (live + upcoming + recently-final). |
leagues[].live_games | integer | Currently in-play. |
leagues[].market_types | array | Every pn_market_type we poll for this league’s sport category. Pass any of these to Game Markets once you have a game. |
Full list of league codes currently mapped
There are 107 leagues in the current map. The top-level set by category:- Soccer —
epl(English Premier League),lal(La Liga),bun(Bundesliga),fl1(Ligue 1),mls,ere(Eredivisie),por(Primeira Liga),spl(Scottish Premiership),tur(Süper Lig),den(Superliga),nor(Eliteserien),ucl(Champions League),uel(Europa League),uwcl(Women’s Champions League),fifwc(FIFA World Cup),acn(Africa Cup of Nations),lib(Copa Libertadores),sud(Copa Sudamericana),bra/bra2(Brazilian Serie A/B),arg(Argentine Primera),mex(Liga MX),jap/ja2(Japan J1/J2),kor(K League),chi(China Super League),ind(India Super League),ssc(Saudi Pro League),ruprem,ukr1,cze1,egy1,col1,chi1,per1,efa(FA Cup),efl(EFL Cup),elc(Championship),bl2(Bundesliga 2),fr2(Ligue 2),es2(La Liga 2),cdr(Copa del Rey), and more. - Basketball —
nba,ncaab,wnba,cbb,cwbb,euroleague,bknbl(Australian NBL),bkcba(China),bkjpn,bkkbl(Korea),bkligend(Liga Endesa),bkseriea(Italian Serie A),bkfr1(France LNB Pro A),bkcl(Basketball Champions League). - Football —
nfl,cfb(NCAA Football FBS). - Hockey —
nhl. - Baseball —
mlb,kbo,wbc. - Tennis —
atp,wta. - MMA —
ufc. - Cricket —
ipl,cricipl, plus 14 other cricket competitions. - Esports —
lol(League of Legends),cs2,val(Valorant),dota2,codmw(Call of Duty).
Next step
Once you have apn_code, go to one of:
- List League Games — every game in the league, optional
?live=truefilter - League Live Scores — compact scoreboard view

