← Back to catalog
sports.football_leagues
mock data$0.002 / callSearch 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)
Input schema
search
stringSearch league by name (e.g. "Premier", "Champions")
country
stringCountry name to filter leagues (e.g. "England", "Spain", "Germany")
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>"}'