v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API Video

Get Event Highlights

See the TV schedual for a particular date.

get/eventshighlights.php

Query parameters

dstring date required

Date to search for event highlights (format YYYY-MM-DD).

linteger

Unique identifier for the league to filter highlights (optional).

sstring

Name of the sport to filter highlights (optional).

Response

Successful Response

Example response

{
  "tvhighlights": [
    {
      "idEvent": "1917687",
      "strEvent": "Grant Park 165",
      "strSport": "Motorsport",
      "idLeague": "4393",
      "strLeague": "NASCAR Cup Series",
      "strVideo": "https://www.youtube.com/watch?v=j-5S2qK4EOg",
      "strPoster": "https://r2.thesportsdb.com/images/media/event/poster/g1il6j1698591868.jpg",
      "strThumb": "https://r2.thesportsdb.com/images/media/event/thumb/zrmny81698591879.jpg",
      "strFanart": "https://r2.thesportsdb.com/images/media/event/fanart/vqfxet1720442345.jpg",
      "strSeason": "2024"
    }
  ]
}