Video Highlights by Fixture ID
GET https://soccer.sportmonks.com/api/v2.0/highlights/fixture/:FIXTURE_ID
Introduction
Video Highlight are links to videos posted on social media networks. It can contain videos of Goals, Cards or other Events. Sometimes a video compilation of events is provided.
Video Highlights is a community feature, which basically means we have no control over the availability of videos. So, we cannot guarantee the video you are looking for is available.
Highlights are often used as an Include for the Fixture endpoint, but you can use Fixture als as an Include for the Highlight endpoint.
Pagination
YES - Indicates if this endpoint contains pagination.
Nested Includes
2 - You can add a maximum of 2 levels of nested includes.
Includes Options
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | null | Enrich the API with more data and/or nested includes |
RESPONSES
status: OK
{"data":[{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/5ZXCCCG","type":"video","created_at":{"date":"2020-08-02 16:05:04.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/gbXCCCG","type":"video","created_at":{"date":"2020-08-02 16:38:05.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/IbXCCCG","type":"video","created_at":{"date":"2020-08-02 16:16:04.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/mZXCCCG","type":"video","created_at":{"date":"2020-08-02 15:52:03.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/NZXCCCG","type":"video","created_at":{"date":"2020-08-02 16:07:05.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/PbXCCCG","type":"video","created_at":{"date":"2020-08-02 16:43:03.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/qZXCCCG","type":"video","created_at":{"date":"2020-08-02 15:55:03.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/rZXCCCG","type":"video","created_at":{"date":"2020-08-02 16:09:03.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/TbXCCCG","type":"video","created_at":{"date":"2020-08-02 16:46:07.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/vbXCCCG","type":"video","created_at":{"date":"2020-08-02 17:22:05.000000","timezone_type":3,"timezone":"UTC"}},{"fixture_id":16475287,"event_id":null,"location":"https://cc.sporttube.com/embed/YbXCCCG","type":"video","created_at":{"date":"2020-08-02 16:43:03.000000","timezone_type":3,"timezone":"UTC"}}],"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}