Overview
The MatchVideo endpoint returns the available video files for a specific match. The response is organized by:- Match
- Half
- Stream
- Quality
- S3 Object Storage may provide only one quality
- Vimeo may provide multiple qualities such as 240p, 360p, 540p, and 720p
- Loading full match videos
- Selecting playback quality
- Building match replay interfaces
- Retrieving direct video links for each half
Parameters
Always use
apiAlways use
MatchVideoAPI version. Example:
V2Response format. Always use
jsonLanguage of the response. Example:
enThe unique identifier of the match.
Optional debug flag.Example:
debug=trueExample Request
Response Structure
Notes
- Video availability is grouped by half.
- Each half may contain one or more streams.
- Each stream may contain one or more qualities.
- The number of qualities depends on the source platform.
- The
strLinkfield contains the direct playable video URL for that quality. - Some matches may contain additional periods such as extra time, which can appear as additional halves.
- The
debugparameter is optional and may be used for troubleshooting or extended diagnostics.