v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV1 API Lookup
Lookup Contracts
Get information about contracts of a player by their unique identifier.
get/lookupcontracts.php
Query parameters
idinteger required
Unique identifier for the player.
Response
Successful Response
Example response
{
"contracts": [
{
"id": "112",
"idPlayer": "34147178",
"idTeam": "134281",
"strSport": "Soccer",
"strPlayer": "Edenilson",
"strTeam": "Internacional",
"strBadge": "https://r2.thesportsdb.com/images/media/team/badge/yprvxx1473538097.png",
"strYearStart": "2018",
"strYearEnd": "2021",
"strWage": ""
}
]
}