---
title: "Lookup Former Teams"
method: GET
path: "/lookupformerteams.php"
tags: ["V1 API Lookup"]
---

# Lookup Former Teams

`GET /lookupformerteams.php`

Get information about former teams of a player by their unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- FormerTeamsResponse — Contains former teams data for the specified player ID.
  - `formerteams` FormerTeamSchema[] — List of former teams associated with the player.
    - `id` string — Unique identifier for the former team record.
    - `idPlayer` string — Unique identifier for the player.
    - `idFormerTeam` string — Unique identifier for the former team.
    - `strSport` string — Type of sport associated with the former team.
    - `strPlayer` string — Name of the player associated with the former team.
    - `strFormerTeam` string — Name of the former team.
    - `strMoveType` string — Type of move associated with the former team.
    - `strBadge` string, url — Badge image of the former team.
    - `strJoined` string — Date when the player joined the former team.
    - `strDeparted` string — Date when the player departed from the former team.

---

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