> 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/tv-stations/get-tv-station-by-fixture-id.md).

# GET TV Station by Fixture ID

### `GET` TV Station by Fixture ID

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

| Endpoint details        |         |
| ----------------------- | ------- |
| Authorization           | API Key |
| Pagination              | NO      |
| Allowed nested includes | 0       |

#### Parameters

No parameters available for this endpoint.

#### Include options

No includes available for this endpoint.

#### Example response

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

```
https://soccer.sportmonks.com/api/v2.0/tvstations/fixture/16475287?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
   "data": [
        {
            "fixture_id": 16475287,
            "tvstation": "bet365"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "BetClic.fr"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Chance"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Eleven Sports (Por)"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Fortuna"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Fortuna PL"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Fortuna SK"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Netbet"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Polsat Sport Extra"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "PREMIER Sport (CZE)"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "STS.pl"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Tipsport"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Tipsport SK"
        },
        {
            "fixture_id": 16475287,
            "tvstation": "Unibet FR"
        }
    ],
```

{% 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/#16a74a75-bb82-45f7-bf11-dae65fd3d4e1)
{% endhint %}
