v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV1 API Schedule
Get Events by TV
See all the events for a particular TV station and filter by league ID.
get/eventstv.php
Query parameters
dstring date required
Date to search for events (format YYYY-MM-DD).
astring
Name of the country.
sstring
Name of the sport to filter events (optional).
Response
Successful Response
Example response
{
"tvevents": [
{
"id": "808307",
"idEvent": "2009058",
"intDivision": "1",
"strSport": "American Football",
"strEvent": "Hamilton Tiger-Cats vs BC Lions",
"strEventThumb": null,
"strEventPoster": null,
"strEventBanner": null,
"strEventSquare": null,
"idChannel": "5990",
"strCountry": "United States",
"strEventCountry": null,
"strLogo": "https://r2.thesportsdb.com/images/media/channel/logo/77gqjl1624103918.png",
"strChannel": "CBS Sports Network USA",
"strSeason": "2024",
"strTime": "23:00:00",
"dateEvent": "2024-07-07",
"strTimeStamp": "2024-07-07 23:00:00"
}
]
}