v1
latestOpenAPI 3.0.32026-07-144334213.8 KBV2 API All
Get All Leagues
Show all the leagues supported.
get/all/leagues
Response
List of all leagues for the specified sport
Example response
{
"all": [
{
"idLeague": "4328",
"idAPIfootball": "7293",
"strSport": "Soccer",
"strLeague": "English Premier League",
"strLeagueAlternate": "Premier League, EPL",
"intDivision": "0",
"idCup": "0",
"strCurrentSeason": "2025-2026",
"intFormedYear": "1992",
"dateFirstEvent": "1992-08-15",
"strGender": "Male",
"strCountry": "England",
"strWebsite": "https://www.premierleague.com",
"strTvRights": "UK - Sky Sports [2022-2025]",
"strBadge": "https://www.thesportsdb.com/images/media/league/badge/gasy9d1737743125.png",
"strNaming": "{strHomeTeam} vs {strAwayTeam}"
}
]
}