UnifyAPI
← Back to catalog

sports.football_leagues

mock data$0.002 / call

Search Football Leagues

Search football leagues and cups by country or name. Returns league ID, name, type (league/cup), country, logo. Use IDs for fixtures and standings queries (API-Sports)

Games & Entertainmentprovider: Sports#sports#games

Input schema

search

Search league by name (e.g. "Premier", "Champions")

string
country

Country name to filter leagues (e.g. "England", "Spain", "Germany")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/sports.football_leagues \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"search":"<search>","country":"<country>"}'

Try it

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