---
title: "List Teams by League ID"
method: GET
path: "/list/teams/{idLeague}"
tags: ["V2 API List"]
---

# List Teams by League ID

`GET /list/teams/{idLeague}`

List all teams in a paritcular league by its unique ID.

## Path parameters

- `idLeague` integer, required

## Response `200`

List of teams in the specified league

- TeamList
  - `list` Team[]
    - `idTeam` string
    - `strTeam` string
    - `idLeague` string
    - `strLeague` string
    - `strBadge` string, uri
    - `strCountry` string
    - `strGender` 'Male' | 'Female' | 'Mixed'
    - `strLocation` string
    - `strSport` string

---

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