---
title: "List Players by Team ID"
method: GET
path: "/list/players/{idTeam}"
tags: ["V2 API List"]
---

# List Players by Team ID

`GET /list/players/{idTeam}`

Lookup for all the players for a team using its unique ID.

## Path parameters

- `idTeam` integer, required

## Response `200`

List of players in the specified team

- PlayerList
  - `list` Player[]
    - `idPlayer` string
    - `strPlayer` string
    - `idTeam` string
    - `strTeam` string
    - `dateBorn` string, date
    - `strThumb` string, uri
    - `strSport` string

---

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