---
title: "Get Events by TV"
method: GET
path: "/eventstv.php"
tags: ["V1 API Schedule"]
---

# Get Events by TV

`GET /eventstv.php`

See all the events for a particular TV station and filter by league ID.

## Query parameters

- `d` string, date, required
- `a` string
- `s` string

## Response `200`

Successful Response

- TvEventsResponse — Contains TV events data for the specified date and optional filters.
  - `tvevents` 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)
