---
title: "Lookup Motorsport Event Broadcast"
method: GET
path: "/lookup/event_tv/{idEvent}"
tags: ["V2 API Lookup"]
---

# Lookup Motorsport Event Broadcast

`GET /lookup/event_tv/{idEvent}`

Lookup TV broadcast details for a motorsport event.

## Path parameters

- `idEvent` integer, required

## Response `200`

Motorsport event broadcast details for the given event ID

- EventBroadcast
  - `lookup` object[]
    - `id` string
    - `idEvent` string
    - `intDivision` string, nullable
    - `strSport` string
    - `strEvent` string
    - `strEventThumb` string, nullable
    - `strEventPoster` string, nullable
    - `strEventBanner` string, nullable
    - `strEventSquare` string, nullable
    - `idChannel` string
    - `strCountry` string
    - `strEventCountry` string, nullable
    - `strLogo` string, uri
    - `strChannel` string
    - `strSeason` string
    - `strTime` string
    - `dateEvent` string, date
    - `strTimeStamp` string, nullable

---

[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/versions/e5759aa68b83/schema)
