---
title: "Lookup player by ID"
method: GET
path: "/lookup/player/{idPlayer}"
tags: ["V2 API Lookup"]
---

# Lookup player by ID

`GET /lookup/player/{idPlayer}`

Lookup for any player using their unique ID.

## Path parameters

- `idPlayer` integer, required

## Response `200`

Player details for the given ID

- PlayerLookup
  - `lookup` object[]
    - `idPlayer` string
    - `idTeam` string
    - `idTeam2` string, nullable
    - `idTeamNational` string, nullable
    - `idAPIfootball` string, nullable
    - `idPlayerManager` string, nullable
    - `idWikidata` string
    - `idTransferMkt` string
    - `idESPN` string
    - `strNationality` string
    - `strPlayer` string
    - `strPlayerAlternate` string
    - `strTeam` string
    - `strTeam2` string
    - `strSport` string
    - `intSoccerXMLTeamID` integer, nullable
    - `dateBorn` string, date
    - `dateDied` string, date, nullable
    - `strNumber` string
    - `dateSigned` string, date, nullable
    - `strSigning` string
    - `strWage` string
    - `strOutfitter` string
    - `strKit` string
    - `strAgent` string
    - `strBirthLocation` string
    - `strEthnicity` string
    - `strStatus` string
    - `strDescriptionEN` string
    - `strDescriptionIT` string
    - `strGender` string
    - `strSide` string
    - `strPosition` string
    - `strCollege` string, nullable
    - `strFacebook` string
    - `strWebsite` string
    - `strTwitter` string
    - `strInstagram` string, uri
    - `strYoutube` string
    - `strHeight` string
    - `strWeight` string
    - `intLoved` string
    - `strThumb` string, uri
    - `strPoster` string, nullable
    - `strCutout` string, uri
    - `strRender` string, uri
    - `strBanner` string, nullable
    - `strFanart1` string, nullable
    - `strFanart2` string, nullable
    - `strFanart3` string, nullable
    - `strFanart4` string, nullable
    - `strCreativeCommons` string
    - `strLocked` 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)
