All pages
Powered by GitBook
1 of 2

Loading...

Loading...

Get Video Highlights by Fixture ID

Get Video Highlights by Fixture ID

Endpoint details

Authorization

API Key

Parameters

No parameters available for this endpoint.

Include options

fixture

You can learn more about what includes are and how they work here:

Example response

Check this endpoint in Postman.

https://soccer.sportmonks.com/api/v2.0/highlights/fixture/{ID}

Pagination

YES

Allowed nested includes

2

Includes
https://soccer.sportmonks.com/api/v2.0/highlights/fixture/16924614&api_token={API_TOKEN}
"data": [
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/8T2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 20:53:04.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        },
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/eT2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 19:38:04.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        },
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/gT2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 19:50:17.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        },
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/hT2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 19:52:03.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        },
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/iT2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 21:10:03.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        },
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/jT2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 19:41:04.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        },
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/QT2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 20:56:05.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        },
        {
            "fixture_id": 16924614,
            "event_id": null,
            "location": "https://cc.sporttube.com/embed/tT2CCCG",
            "type": "video",
            "created_at": {
                "date": "2020-09-21 21:12:03.000000",
                "timezone_type": 3,
                "timezone": "UTC"
            }
        }
    ],

Video Highlights

Video Highlights 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 as an Include for the Highlight endpoint.

Check this endpoint in Postman.

Run in Postman

Get Video Highlights by Fixture ID
Run in Postman