v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV1 API Lookup
Lookup Table
Get information about a specific table by its unique identifier.
get/lookuptable.php
Query parameters
linteger required
Unique identifier for the table.
sstring
Season of the table.
Response
Successful Response
Example response
{
"tables": [
{
"idStanding": "5678958",
"intRank": "1",
"idTeam": "133602",
"strTeam": "Liverpool",
"strBadge": "https://r2.thesportsdb.com/images/media/team/badge/kfaher1737969724.png/tiny",
"idLeague": "4328",
"strLeague": "English Premier League",
"strSeason": "2024-2025"
}
]
}