v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API Lookup

Lookup TV

Get information about TV broadcasts for a specific event by its unique identifier.

get/lookuptv.php

Query parameters

idinteger required

Unique identifier for the event.

Response

Successful Response

Example response

{
  "tvevent": [
    {
      "id": "4867",
      "idEvent": "584911",
      "intDivision": null,
      "strSport": "Motorsport",
      "strEvent": "Marrakesh E-Prix",
      "strEventThumb": null,
      "strEventPoster": null,
      "strEventBanner": null,
      "strEventSquare": null,
      "idChannel": "8165",
      "strCountry": "Ireland",
      "strEventCountry": null,
      "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",
      "strTimeStamp": null
    }
  ]
}