v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV1 API Lookup
Lookup Milestones
Get information about milestones of a player by their unique identifier.
get/lookupmilestones.php
Query parameters
idinteger required
Unique identifier for the player.
Response
Successful Response
Example response
{
"milestones": [
{
"id": "455",
"idPlayer": "34161397",
"strPlayer": "Richarlison",
"idTeam": "133616",
"idMilestone": "1745",
"strTeam": "Tottenham",
"strSport": "Soccer",
"strMilestone": "UEFA Champions League Player Of The Match",
"strMilestoneLogo": "https://www.thesportsdb.com/images/media/milestone/logo/6230tq1662537994.png",
"dateMilestone": "2022-09-07"
}
]
}