v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V2 API Lookup

Lookup Motorsport Event Broadcast

Lookup TV broadcast details for a motorsport event.

get/lookup/event_tv/{idEvent}

Path parameters

idEventinteger required

The ID of the motorsport event to lookup broadcast details for.

Response

Motorsport event broadcast details for the given event ID

Example response

{
  "lookup": [
    {
      "id": "4867",
      "idEvent": "584911",
      "strSport": "Motorsport",
      "strEvent": "Marrakesh E-Prix",
      "idChannel": "8165",
      "strCountry": "Ireland",
      "strLogo": "https://r2.thesportsdb.com/images/media/channel/logo/xstwys1438373796.png",
      "strChannel": "BT Sport ESPN HD",
      "strSeason": "1819",
      "strTime": "16:00:00",
      "dateEvent": "2019-01-12"
    }
  ]
}