GET TV Station by Fixture ID GET
TV Station by Fixture ID
Copy https://soccer.sportmonks.com/api/v2.0/tvstations/fixture/{ID}
Parameters
No parameters available for this endpoint.
Include options
No includes available for this endpoint.
Example response
Request
Copy https://soccer.sportmonks.com/api/v2.0/tvstations/fixture/16475287?api_token={API_TOKEN}
Response
Copy "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"
}
] ,
Check this endpoint in Postman.