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

# Lookup player contracts.

`GET /lookup/player_contracts/{idPlayer}`

Lookup player career history by player ID.

## Path parameters

- `idPlayer` integer, required

## Response `200`

Player career history details for the given player ID

- PlayerCareerHistory
  - `lookup` object[]
    - `id` string
    - `idPlayer` string
    - `idTeam` string
    - `strSport` string
    - `strPlayer` string
    - `strTeam` string
    - `strBadge` string, uri
    - `strYearStart` string
    - `strYearEnd` string
    - `strWage` 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)
