GETTV channels
All TV channels, optionally filtered by country. Paginated, 100 items per page.
/v2.2/broadcast/ with t=list
Try it in the interactive referenceAll Broadcast operations
Request
GET /v2.2/broadcast/?user=USER&token=TOKEN&t=list&country_id=15- Paginated: 100 items per page; read
meta.pagesand request the next pages withpage. - Dataset theme: broadcast. Themed plans include only their own theme; Free and Standard plans include every theme for their leagues.
- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
country_id | no | Country ID. | 15 |
page | no | Page number on paginated operations, starting at 1. The response reports meta.page and meta.pages; a page beyond the last returns an empty data. | 1 |
Example response
{
"data": [
{
"id": "31",
"name": "Sky Go",
"type": "Tv / Cable / Satellite",
"img": "https://cdn.soccersapi.com/images/tvchannels/100/31.png",
"channel_url": "https://www.sky.de/",
"country": {
"id": "15",
"name": "Austria",
"cc": "at"
}
},
{
"id": "32",
"name": "Sky Sport Bundesliga 1",
"type": "Tv / Cable / Satellite",
"img": "https://cdn.soccersapi.com/images/tvchannels/100/32.png",
"channel_url": "https://www.sky.de/fussball-2434?shurl=sport",
"country": {
"id": "15",
"name": "Austria",
"cc": "at"
}
}
],
"meta": {
"requests_left": 2950,
"user": "your_username",
"plan": "Soccer API 50",
"page": 1,
"pages": 2,
"count": 100,
"total": 124,
"msg": ""
}
}