SoccersAPIDocs
DocsReferenceBroadcast › TV channel by ID

GETTV channel by ID

One TV channel with type, logo, website and country.

/v2.2/broadcast/ with t=info

Try it in the interactive referenceAll Broadcast operations

Request

GET /v2.2/broadcast/?user=USER&token=TOKEN&t=info&id=2

Parameters

NameRequiredDescriptionExample
idyesTV channel ID for info; match ID for match_tvs.2

Example response

{
  "data": {
    "id": "2",
    "name": "DIRECTV Sports Argentina",
    "type": "Tv / Cable / Satellite",
    "img": "https://cdn.soccersapi.com/images/tvchannels/100/2.png",
    "channel_url": "https://www.directvsports.com/",
    "country": {
      "id": "12",
      "name": "Argentina",
      "cc": "ar"
    }
  },
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 1,
    "total": 1,
    "msg": ""
  }
}