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

# Get All Leagues

`GET /all_leagues.php`

List all the leagues supported on the website.

## Response `200`

Successful Response

- FullLeaguesResponse — Contains a list of all leagues supported on the website.
  - `leagues` LeagueSchema[] — List of leagues available on the website.
    - `idLeague` string — Unique identifier for the league.
    - `strLeague` string — Name of the league.
    - `strSport` string — Type of sport associated with the league.

---

[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)
