---
title: "Lookup TV"
method: GET
path: "/lookuptv.php"
tags: ["V1 API Lookup"]
---

# Lookup TV

`GET /lookuptv.php`

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

## Query parameters

- `id` integer, required

## Response `200`

Successful Response

- TvEventResponse — Contains TV broadcast data for the specified event ID.
  - `tvevent` TvEventSchema[] — List of TV broadcasts associated with the specified event.
    - `id` string — Unique identifier for the TV broadcast record.
    - `idEvent` string — Unique identifier for the event associated with the TV broadcast.
    - `intDivision` string, nullable — Division of the event, if applicable.
    - `strSport` string — Type of sport associated with the event.
    - `strEvent` string — Name of the event associated with the TV broadcast.
    - `strEventThumb` string, nullable — Thumbnail image of the event.
    - `strEventPoster` string, nullable — Poster image of the event.
    - `strEventBanner` string, nullable — Banner image of the event.
    - `strEventSquare` string, nullable — Square image of the event.
    - `idChannel` string — Unique identifier for the TV channel broadcasting the event.
    - `strCountry` string — Country where the TV broadcast is available.
    - `strEventCountry` string, nullable — Country where the event is taking place.
    - `strLogo` string, url — Logo image of the TV channel broadcasting the event.
    - `strChannel` string — Name of the TV channel broadcasting the event.
    - `strSeason` string — Season during which the event is taking place.
    - `strTime` string, time — Time of the event broadcast.
    - `dateEvent` string, date — Date of the event broadcast.
    - `strTimeStamp` string, nullable — Timestamp of the event broadcast.

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/revisions/e5759aa68b83/schema)
