UnifyAPI
← Back to catalog

sports.football_standings

mock data$0.003 / call

Football 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)

Games & Entertainmentprovider: Sports#sports#games

Input schema

leaguerequired

League ID (e.g. 39 = Premier League, 140 = La Liga, 135 = Serie A)

integer
season

Season year (default: current season, e.g. 2025)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.