---
title: "Lookup Contracts"
method: GET
path: "/lookupcontracts.php"
tags: ["V1 API Lookup"]
---

# Lookup Contracts

`GET /lookupcontracts.php`

Get information about contracts of a player by their unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- ContractsResponse — Contains contracts data for the specified player ID.
  - `contracts` ContractSchema[] — List of contracts associated with the player.
    - `id` string — Unique identifier for the contract record.
    - `idPlayer` string — Unique identifier for the player.
    - `idTeam` string — Unique identifier for the team associated with the contract.
    - `strSport` string — Type of sport associated with the contract.
    - `strPlayer` string — Name of the player associated with the contract.
    - `strTeam` string — Name of the team associated with the contract.
    - `strBadge` string, url — Badge image of the team associated with the contract.
    - `strYearStart` string — Year when the contract started.
    - `strYearEnd` string — Year when the contract ended or is expected to end.
    - `strWage` string — Wage or salary associated with the contract.

---

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