---
title: "Search All Leagues"
method: GET
path: "/search_all_leagues.php"
tags: ["V1 API List"]
---

# Search All Leagues

`GET /search_all_leagues.php`

Search for leagues by country and sport name.

## Query parameters

- `s` string, required
- `c` string, required

## Response `200`

Successful Response

- FullCountriesResponse — Contains a list of leagues matching the search criteria.
  - `countries` FullCountrySchema[] — List of countries where leagues were found.
    - `idLeague` string — Unique identifier for the league.
    - `idSoccerXML` string, nullable — Unique identifier for the league in the SoccerXML database.
    - `idAPIfootball` string — Unique identifier for the league in the APIfootball database.
    - `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 of the league, if applicable.
    - `idCup` string — Unique identifier for the cup associated with the league, if applicable.
    - `strCurrentSeason` string — Current season of the league.
    - `intFormedYear` string, nullable — Year when 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 page 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, nullable — English description of the league.
    - `strDescriptionDE` string, nullable — German description of the league.
    - `strDescriptionFR` string, nullable — 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, nullable — TV rights information for the league.
    - `strFanart1` string, nullable — Fanart image of the league.
    - `strFanart2` string, nullable — Additional fanart image of the league.
    - `strFanart3` string, nullable — Another fanart image of the league.
    - `strFanart4` string, nullable — Additional fanart image of the league.
    - `strBanner` string, nullable — Banner image of the league.
    - `strBadge` string, url — Badge image of the league.
    - `strLogo` string, url, nullable — Logo image of the league.
    - `strPoster` string, nullable — Poster image of the league.
    - `strTrophy` string, url, nullable — Trophy image of the league.
    - `strNaming` string — Naming convention for the league.
    - `strComplete` string, nullable — Indicates if the league information is complete.
    - `strLocked` string — Indicates if the league information 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)
