SoccersAPIDocs
DocsReference › Media

Media coming soon

Video highlights by league, season, team, round, match or date. The route is documented ahead of its release: it is not available yet and currently answers 404 Endpoint not found. Operations, parameters and the response shape can change before launch. data is an array of highlight groups, each an array of highlight objects with title, thumbnail, URL and source.

Open in the interactive reference

Operations

Route reference

Operations

The t query parameter selects the operation. Parameters not listed for an operation are ignored.

t Operation Required Optional
league Highlights by league. Highlight videos of the matches of a league. id
season Highlights by season. Highlight videos of the matches of a season. id
team Highlights by team. Highlight videos of the matches of a team. id
round Highlights by round. Highlight videos of the matches of a round. id
event Highlights by match. Highlight videos of one match. id
date Highlights by date. Highlight videos of the matches of a date. d

Examples

Highlights by league:

GET /v2.2/media/?user=USER&token=TOKEN&t=league&id=637

Highlights by season:

GET /v2.2/media/?user=USER&token=TOKEN&t=season&id=14341

Highlights by team:

GET /v2.2/media/?user=USER&token=TOKEN&t=team&id=116

Highlights by round:

GET /v2.2/media/?user=USER&token=TOKEN&t=round&id=182349

Highlights by match:

GET /v2.2/media/?user=USER&token=TOKEN&t=event&id=1843815

Highlights by date:

GET /v2.2/media/?user=USER&token=TOKEN&t=date&d=2026-08-30