v1
latestOpenAPI 3.0.32026-07-144334213.8 KBV2 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"
}
]
}