Get games with video highlights for a specific team/competitor
| Parameter | Type | Required | Description |
|---|---|---|---|
competitors | number | Yes | The competitor (team) ID to get highlights for |
| Parameter | Description |
|---|---|
appTypeId | Client application type identifier |
langId | Language identifier for localized content |
timezoneName | User’s timezone for time formatting (can be overridden with IANA timezone, e.g., America/New_York) |
userCountryId | User’s country for regional content |
startTime fields use ISO 8601 format with a dynamic timezone offset based on the resolved or specified timezone.| Field | Type | Description |
|---|---|---|
lastUpdateId | number | Internal versioning ID for caching |
ttl | number | Time To Live in seconds |
sports | array | Sport definitions |
countries | array | Country data |
competitions | array | Competition details |
competitors | array | Team/competitor details |
games | array | Games with available highlights |
| Field | Type | Description |
|---|---|---|
id | string | Video identifier (e.g., YouTube video ID) |
type | number | Video type (1 = highlight reel) |
url | string | Direct URL to the video |
source | number | Video source (1 = YouTube) |
isEmbedded | boolean | Whether video can be embedded |
embedElement | string | HTML template for embedding (replace #w, #h, #id) |
| Value | Source |
|---|---|
| 1 | YouTube |
| Value | Type |
|---|---|
| 1 | Match Highlights |
| Field | Type | Description |
|---|---|---|
id | number | Competitor unique identifier |
countryId | number | Country of the competitor |
sportId | number | Sport type identifier |
name | string | Display name |
shortName | string | Short/abbreviated name |
longName | string | Full official name |
symbolicName | string | 3-letter code (e.g., “MCI”) |
score | number | Score in the match |
isQualified | boolean | Whether team has qualified |
toQualify | boolean | Whether team is set to qualify |
isWinner | boolean | Whether team won the match |
nameForURL | string | URL-safe name |
type | number | Competitor type (1 = club) |
popularityRank | number | Popularity score |
imageVersion | number | Version for team logo |
color | string | Primary team color (hex) |
awayColor | string | Away kit color (hex) |
mainCompetitionId | number | Primary competition ID |
hasSquad | boolean | Whether squad data is available |
hasTransfers | boolean | Whether transfer data is available |
competitorNum | number | Position in match (1=home, 2=away) |
| Quality | URL Pattern |
|---|---|
| Default | https://img.youtube.com/vi/{videoId}/default.jpg |
| Medium | https://img.youtube.com/vi/{videoId}/mqdefault.jpg |
| High | https://img.youtube.com/vi/{videoId}/hqdefault.jpg |
| Max | https://img.youtube.com/vi/{videoId}/maxresdefault.jpg |
embedElement template uses placeholders: #w (width), #h (height), #id (video ID)hasVideo flag confirms video availability for each game