> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v2/endpoint-overview/video-highlights/get-video-highlights-by-fixture-id.md).

# Get Video Highlights by Fixture ID

### `Get` Video Highlights by Fixture ID

```
https://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:

{% content-ref url="/pages/-MJXOeyBzTS35Z7kTf1c" %}
[Includes](/v2/tutorials/enriching-your-response/includes.md)
{% endcontent-ref %}

#### Example response

{% tabs %}
{% tab title="Request" %}

```
https://soccer.sportmonks.com/api/v2.0/highlights/fixture/16924614&api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
"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"
            }
        }
    ],
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Check this endpoint in Postman.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/#272bbf6d-2245-44a5-b319-10fd6b6cdbf6)
{% endhint %}
