← Back to catalog
sports.football_standings
mock data$0.003 / callFootball League Standings
League table/standings — rank, points, wins, draws, losses, goals for/against. All major leagues: Premier League (39), La Liga (140), Bundesliga (78), Serie A (135), Ligue 1 (61) (API-Sports)
Input schema
leaguerequired
integerLeague ID (e.g. 39 = Premier League, 140 = La Liga, 135 = Serie A)
season
integerSeason year (default: current season, e.g. 2025)
Call via REST
curl -X POST https://unifyapi.pro/api/call/sports.football_standings \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"league":0,"season":0}'