---
title: "Lookup player former teams."
method: GET
path: "/lookup/player_teams/{idPlayer}"
tags: ["V2 API Lookup"]
---

# Lookup player former teams.

`GET /lookup/player_teams/{idPlayer}`

Lookup for any player former teams using their unique ID.

## Path parameters

- `idPlayer` integer, required

## Response `200`

Former teams details for the given player ID

- FormerTeams
  - `lookup` object[]
    - `id` string
    - `idPlayer` string
    - `idFormerTeam` string
    - `strSport` string
    - `strPlayer` string
    - `strFormerTeam` string
    - `strMoveType` string
    - `strBadge` string, uri
    - `strJoined` string
    - `strDeparted` 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/versions/e5759aa68b83/schema)
