v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV2 API Lookup
Lookup Event Lineup by ID
Lookup for any sports event player lineup using its unique ID.
get/lookup/event_lineup/{idEvent}
Path parameters
idEventinteger required
The ID of the event to lookup lineup for.
Response
Match lineup details for the given event ID
Example response
{
"lookup": [
{
"idLineup": "438003",
"idEvent": "1937584",
"strEvent": "Malmo FF vs Kalmar FF",
"strPosition": "Goalkeeper",
"strPositionShort": "G",
"strHome": "Yes",
"strSubstitute": "No",
"intSquadNumber": "27",
"strCutout": "https://www.thesportsdb.com/images/media/player/cutout/idi9ro1632998859.png",
"idPlayer": "34158069",
"strPlayer": "Johan Dahlin",
"idTeam": "134166",
"strTeam": "Malmo FF",
"strSeason": "2024"
}
]
}