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

# Lookup Player

`GET /lookupplayer.php`

Get information about a specific player by their unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- FullPlayersResponse — Contains player data for the specified ID.
  - `players` PlayersDataItems[] — List of players matching the ID.
    - `idPlayer` string — Unique identifier for the player.
    - `idTeam` string — Unique identifier for the team the player is associated with.
    - `idTeam2` string, nullable — Unique identifier for a secondary team, if applicable.
    - `idTeamNational` string, nullable — Unique identifier for the national team the player is associated with.
    - `idAPIfootball` string — Unique identifier for the player in the API Football database.
    - `idPlayerManager` string — Unique identifier for the player's manager, if applicable.
    - `idWikidata` string — Unique identifier for the player in Wikidata.
    - `idTransferMkt` string — Unique identifier for the player in Transfermarkt.
    - `idESPN` string — Unique identifier for the player in ESPN.
    - `strNationality` string — National
    - `strPlayer` string — Main name of the player.
    - `strPlayerAlternate` string — Alternate name of the player, if applicable.
    - `strTeam` string — Name of the team the player is currently associated with.
    - `strTeam2` string — Name of a secondary team, if applicable.
    - `strSport` string — Type of sport the player is associated with.
    - `intSoccerXMLTeamID` string — Unique identifier for the team in the SoccerXML database.
    - `dateBorn` string, date — Date of birth of the player.
    - `dateDied` string, nullable — Date of death of the player, if applicable.
    - `strNumber` string — Jersey number of the player.
    - `dateSigned` string, date — Date when the player signed with the team.
    - `strSigning` string — Details about the player's signing.
    - `strWage` string — Wage of the player.
    - `strOutfitter` string — Outfitter or sponsor associated with the player.
    - `strKit` string — Kit or uniform details of the player.
    - `strAgent` string — Agent of the player.
    - `strBirthLocation` string — Birth location of the player.
    - `strEthnicity` string — Ethnicity of the player.
    - `strStatus` string — Current status of the player.
    - `strDescriptionEN` string — English description of the player.
    - `strDescriptionDE` string, nullable — German description of the player.
    - `strDescriptionFR` string, nullable — French description of the player.
    - `strDescriptionCN` string, nullable — Chinese description of the player.
    - `strDescriptionIT` string, nullable — Italian description of the player.
    - `strDescriptionJP` string, nullable — Japanese description of the player.
    - `strDescriptionRU` string, nullable — Russian description of the player.
    - `strDescriptionES` string, nullable — Spanish description of the player.
    - `strDescriptionPT` string, nullable — Portuguese description of the player.
    - `strDescriptionSE` string, nullable — Swedish description of the player.
    - `strDescriptionNL` string, nullable — Dutch description of the player.
    - `strDescriptionHU` string, nullable — Hungarian description of the player.
    - `strDescriptionNO` string, nullable — Norwegian description of the player.
    - `strDescriptionIL` string, nullable — Hebrew description of the player.
    - `strDescriptionPL` string, nullable — Polish description of the player.
    - `strGender` string — Gender of the player.
    - `strSide` string — Preferred side of the player.
    - `strPosition` string — Position of the player on the field.
    - `strCollege` string, nullable — College or educational background of the player.
    - `strFacebook` string — Facebook profile of the player.
    - `strWebsite` string — Official website of the player.
    - `strTwitter` string — Twitter profile of the player.
    - `strInstagram` string — Instagram profile of the player.
    - `strYoutube` string — YouTube channel of the player.
    - `strHeight` string — Height of the player.
    - `strWeight` string — Weight of the player.
    - `intLoved` string — Number of fans who love the player.
    - `strThumb` string, url — Thumbnail image of the player.
    - `strPoster` string, nullable — Poster image of the player.
    - `strCutout` string, url — Cutout image of the player.
    - `strRender` string, url — Rendered image of the player.
    - `strBanner` string, nullable — Banner image of the player.
    - `strFanart1` string, url — Fanart image of the player.
    - `strFanart2` string, url — Second fanart image of the player.
    - `strFanart3` string, url — Third fanart image of the player.
    - `strFanart4` string, url — Fourth fanart image of the player.
    - `strCreativeCommons` string — Creative Commons license information for the player's images.
    - `strLocked` string — Indicates if the player's data is locked or not.

---

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