SoccersAPIDocs
DocsReferenceBroadcast › TV channels

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

Parameters

NameRequiredDescriptionExample
country_idnoCountry ID.15
pagenoPage 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": ""
  }
}