---
title: "Lookup League"
method: GET
path: "/lookupleague.php"
tags: ["V1 API Lookup"]
---

# Lookup League

`GET /lookupleague.php`

Get information about a specific league by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- LeaguesResponse — Response containing league information.
  - `leagues` LeaguesSchema[] — List of leagues matching the provided ID.
    - `idLeague` string — Unique identifier for the league.
    - `idSoccerXML` string, nullable — Unique identifier for the league in SoccerXML.
    - `idAPIfootball` string — Unique identifier for the league in APIfootball.
    - `strSport` string — Type of sport associated with the league.
    - `strLeague` string — Name of the league.
    - `strLeagueAlternate` string — Alternate name for the league.
    - `intDivision` string — Division number of the league.
    - `idCup` string — Unique identifier for the cup associated with the league, if any.
    - `strCurrentSeason` string — Current season of the league.
    - `intFormedYear` string — Year the league was formed.
    - `dateFirstEvent` string, date — Date of the first event in the league.
    - `strGender` string — Gender category of the league.
    - `strCountry` string — Country where the league is based.
    - `strWebsite` string — Official website of the league.
    - `strFacebook` string — Facebook page of the league.
    - `strInstagram` string — Instagram handle of the league.
    - `strTwitter` string — Twitter handle of the league.
    - `strYoutube` string — YouTube channel of the league.
    - `strRSS` string — RSS feed URL for the league.
    - `strDescriptionEN` string — English description of the league.
    - `strDescriptionDE` string, nullable — German description of the league.
    - `strDescriptionFR` string — French description of the league.
    - `strDescriptionIT` string, nullable — Italian description of the league.
    - `strDescriptionCN` string, nullable — Chinese description of the league.
    - `strDescriptionJP` string, nullable — Japanese description of the league.
    - `strDescriptionRU` string, nullable — Russian description of the league.
    - `strDescriptionES` string, nullable — Spanish description of the league.
    - `strDescriptionPT` string, nullable — Portuguese description of the league.
    - `strDescriptionSE` string, nullable — Swedish description of the league.
    - `strDescriptionNL` string, nullable — Dutch description of the league.
    - `strDescriptionHU` string, nullable — Hungarian description of the league.
    - `strDescriptionNO` string, nullable — Norwegian description of the league.
    - `strDescriptionPL` string, nullable — Polish description of the league.
    - `strDescriptionIL` string, nullable — Hebrew description of the league.
    - `strTvRights` string — TV rights for broadcasting the league.
    - `strFanart1` string, url — URL to the first fanart image of the league.
    - `strFanart2` string, url — URL to the second fanart image of the league.
    - `strFanart3` string, url — URL to the third fanart image of the league.
    - `strFanart4` string, url — URL to the fourth fanart image of the league.
    - `strBanner` string, url — URL to the banner image of the league.
    - `strBadge` string, url — URL to the badge image of the league.
    - `strLogo` string, url — URL to the logo image of the league.
    - `strPoster` string, url — URL to the poster image of the league.
    - `strTrophy` string, url — URL to the trophy image of the league.
    - `strNaming` string — Naming rights for the league, if applicable.
    - `strComplete` string — Indicates if the league data is complete.
    - `strLocked` string — Indicates if the league data is locked or not.

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/revisions/e5759aa68b83/schema)
