League & Cup Profile

Update Time: 2026-06-04 14:30

Introduction

• This API endpoint returns profile data for leagues and cups, including name, logo, current season, and competition structure. By default, returns all available leagues and cups.

• Use the leagueId parameter to retrieve a specific competition, or day to fetch recently modified records.

Related Plans

You can use this api by subscribing plans:  Live Data.

Request

  • Path: /sport/football/league
  • Method: GET
  • Calls: This interface is limited to 1800 second/call;
  • Recommend Calls: 1 day/call
  • Parameters:
ParameterValueRequiredDescription
leagueIdstringfalseFilter results to a specific league or cup by ID. If omitted, returns all.
cmdstring,rule falsecmd=rule;

Pass rule to retrieve the competition format description. Omitted if no data is available.
dayintfalseReturns leagues and cups modified within the specified number of days (e.g., day=50).

Response

ParameterValueDescription
leagueId string Unique league or cup ID
type int1: League
2: Cup
color stringTheme color as an RGB hex code (e.g., #00CCCC)
logo stringLeague logo image URL. Hosted for reference only — do not hotlink directly; download and serve locally.
name stringFull competition name (e.g., Argentine Division 1)
shortName stringAbbreviated competition name (e.g., ARG D1)
subLeagueName stringActive sub-competition or stage name (e.g., Final, Western Play-off). Empty string if not applicable.
totalRound int Total number of rounds in the season.
0 if not applicable (e.g., cup competitions)
currentRound int Current round in progress.
0 if season has not started or not applicable
currentSeason stringCurrent season identifier (e.g., 2026, 2025-2026)
countryId string Unique ID of the country or region
country stringCountry or region name (e.g., Argentina)
countryLogo stringCountry flag image URL. Hosted for reference only — do not hotlink directly; download and serve locally.
areaId int0:International
1:Europe
2: America
3: Asia
4: Oceania
5: Africa

Example Request

Example Response

    • This API endpoint returns profile data for leagues and cups, including name, logo, current season, and competition structure. By default, returns all available leagues and cups.\n\n • Use the leagueId parameter to retrieve a specific competition, or day to fetch recently modified records.
    Contact

    Contact