Get Video Highlights by Fixture ID
Get
Video Highlights by Fixture ID
Get
Video Highlights by Fixture IDhttps://soccer.sportmonks.com/api/v2.0/highlights/fixture/{ID}
Endpoint details | |
Authorization | API Key |
Pagination | YES |
Allowed nested includes | 2 |
Parameters
No parameters available for this endpoint.
Include options
fixture
You can learn more about what includes are and how they work here:
IncludesExample response
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"
}
}
],
Last updated