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

# Lookup Team

`GET /lookupteam.php`

Get information about a specific team by its unique identifier.

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- TeamsData — Contains a list of teams matching the search criteria.
  - `teams` TeamInfo[] — A list of teams that match the search criteria.
    - `lookup` object[]
      - `idTeam` string
      - `idESPN` string
      - `idAPIfootball` string
      - `intLoved` string
      - `strTeam` string
      - `strTeamAlternate` string
      - `strTeamShort` string
      - `intFormedYear` string
      - `strSport` string
      - `strLeague` string
      - `idLeague` string
      - `strLeague2` string
      - `idLeague2` string
      - `strLeague3` string
      - `idLeague3` string
      - `strLeague4` string, nullable
      - `idLeague4` string, nullable
      - `strLeague5` string, nullable
      - `idLeague5` string, nullable
      - `strLeague6` string, nullable
      - `idLeague6` string, nullable
      - `strLeague7` string, nullable
      - `idLeague7` string, nullable
      - `strDivision` string, nullable
      - `idVenue` string
      - `strStadium` string
      - `strKeywords` string
      - `strRSS` string
      - `strLocation` string
      - `intStadiumCapacity` string
      - `strWebsite` string
      - `strFacebook` string
      - `strTwitter` string
      - `strInstagram` string
      - `strDescriptionEN` string
      - `strDescriptionDE` string, nullable
      - `strDescriptionFR` string, nullable
      - `strDescriptionCN` string, nullable
      - `strDescriptionIT` string
      - `strDescriptionJP` string, nullable
      - `strDescriptionRU` string, nullable
      - `strDescriptionES` string, nullable
      - `strDescriptionPT` string, nullable
      - `strDescriptionSE` string, nullable
      - `strDescriptionNL` string, nullable
      - `strDescriptionHU` string, nullable
      - `strDescriptionNO` string, nullable
      - `strDescriptionIL` string, nullable
      - `strDescriptionPL` string, nullable
      - `strColour1` string
      - `strColour2` string
      - `strColour3` string
      - `strGender` string
      - `strCountry` string
      - `strBadge` string
      - `strLogo` string
      - `strFanart1` string
      - `strFanart2` string
      - `strFanart3` string
      - `strFanart4` string
      - `strBanner` string
      - `strEquipment` string
      - `strYoutube` 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/revisions/e5759aa68b83/schema)
