---
title: "Lookup Event Highlights"
method: GET
path: "/lookup/event_highlights/{idEvent}"
tags: ["V2 API Lookup"]
---

# Lookup Event Highlights

`GET /lookup/event_highlights/{idEvent}`

Lookup event highlights by event ID.

## Path parameters

- `idEvent` integer, required

## Response `200`

Event highlights details for the given event ID

- EventLookup
  - `lookup` object[]
    - `idEvent` string
    - `idAPIfootball` string, nullable
    - `strEvent` string
    - `strEventAlternate` string, nullable
    - `strFilename` string
    - `strSport` string
    - `idLeague` string
    - `strLeague` string
    - `strLeagueBadge` string, uri
    - `strSeason` string
    - `strDescriptionEN` string
    - `strHomeTeam` string, nullable
    - `strAwayTeam` string, nullable
    - `intHomeScore` integer, nullable
    - `intRound` string
    - `intAwayScore` integer, nullable
    - `intSpectators` integer, nullable
    - `strOfficial` string, nullable
    - `strTimestamp` string, date-time
    - `dateEvent` string, date
    - `dateEventLocal` string, date
    - `strTime` string
    - `strTimeLocal` string
    - `strGroup` string, nullable
    - `idHomeTeam` string, nullable
    - `strHomeTeamBadge` string, uri, nullable
    - `idAwayTeam` string, nullable
    - `strAwayTeamBadge` string, uri, nullable
    - `intScore` integer, nullable
    - `intScoreVotes` integer, nullable
    - `strResult` string
    - `idVenue` string
    - `strVenue` string
    - `strCountry` string
    - `strCity` string
    - `strPoster` string, uri
    - `strSquare` string, uri
    - `strFanart` string, uri
    - `strThumb` string, uri
    - `strBanner` string, uri
    - `strMap` string
    - `strTweet1` string
    - `strTweet2` string
    - `strTweet3` string
    - `strVideo` string, uri
    - `strStatus` string
    - `strPostponed` string
    - `strLocked` string

---

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