v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV1 API Search
Search Players
Search for any sports person by their main or alternate name.
get/searchplayers.php
Query parameters
pstring required
Player's name.
Response
Successful Response
Example response
{
"players": [
{
"idPlayer": "34145395",
"idTeam": "133604",
"strPlayer": "Danny Welbeck",
"strTeam": "Arsenal",
"strSport": "Soccer",
"strThumb": "https://www.thesportsdb.com/images/media/player/thumb/82uics1544986067.jpg",
"strCutout": "https://www.thesportsdb.com/images/media/player/cutout/pr0quu1725369088.png",
"strPosition": "Centre-Forward",
"strNationality": "England",
"dateBorn": "1990-11-26",
"strStatus": "Active",
"strGender": "Male",
"relevance": "29.700151443481445"
}
]
}