v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V2 API Search

Search sports team

Search for any sports team using a text string.

get/search/team/{teamName}

Path parameters

teamNamestring required

The name of the team to search for.

Response

Array of teams matching query

Example response

{
  "search": [
    {
      "idTeam": "133612",
      "strTeam": "Manchester United",
      "idLeague": "4328",
      "strLeague": "English Premier League",
      "strBadge": "https://r2.thesportsdb.com/images/media/team/badge/xzqdr11517660252.png",
      "strCountry": "England",
      "strGender": "Male",
      "strLocation": "Trafford, Greater Manchester",
      "strSport": "Soccer"
    }
  ]
}