---
title: "Get Event Highlights"
method: GET
path: "/eventshighlights.php"
tags: ["V1 API Video"]
---

# Get Event Highlights

`GET /eventshighlights.php`

See the TV schedual for a particular date.

## Query parameters

- `d` string, date, required
- `l` integer
- `s` string

## Response `200`

Successful Response

- TvHighlightsResponse — Contains TV highlights data for the specified date and optional filters.
  - `tvhighlights` TvHighlightsSchema[] — List of TV highlights for the specified date and optional filters.
    - `idEvent` string — Unique identifier for the event.
    - `strEvent` string — Name of the event.
    - `strSport` string — Type of sport associated with the event.
    - `idLeague` string — Unique identifier for the league associated with the event.
    - `strLeague` string — Name of the league associated with the event.
    - `strVideo` string, url — URL of the video highlight.
    - `strPoster` string, url — Poster image of the event.
    - `strThumb` string, url — Thumbnail image of the event.
    - `strFanart` string, url — Fanart image of the event.
    - `strSeason` string — Season of the event.

---

[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)
