GET TV Stations by Fixture ID
Returns all the TV Stations available for your requested fixture ID.
https://api.sportmonks.com/v3/football/tv-stations/fixtures/{ID}{
"data": [
{
"id": 42,
"name": "Play Sports",
"url": "https://www.playsports.be/",
"image_path": "https://cdn.sportmonks.com/images/core/tvstations/10/42.png",
"type": "tv",
"related_id": null
},
{
"id": 302,
"name": "Sport TV Multiscreen",
"url": null,
"image_path": null,
"type": "channel",
"related_id": null
},
{
"id": 40,
"name": "Ziggo Sport 14",
"url": "https://www.ziggosport.nl",
"image_path": "https://cdn.sportmonks.com/images/core/tvstations/8/40.png",
"type": "channel",
"related_id": null
},Field
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic filters
Available on Entity
Description
Example
Filters
Pagination
Include depth
Includes
Related Entities:
Postman
Code Example
Last updated
Was this helpful?