SoccersAPIDocs
DocsReferenceSearch › Search TV channels

GETSearch TV channels

TV channels matching q, for use with broadcast operations.

/v2.2/search/ with t=tv

Try it in the interactive referenceAll Search operations

Request

GET /v2.2/search/?user=USER&token=TOKEN&t=tv&q=dazn

Parameters

NameRequiredDescriptionExample
qyesSearch text: part of a team, league, player, referee, country, continent or TV channel name. At least 3 characters; shorter terms return 400.salzburg

Example response

{
  "data": [
    {
      "id": 8454,
      "name": "214 DAZN Zona",
      "type": "channel / broadcast"
    },
    {
      "id": 9361,
      "name": "215 DAZN Zona",
      "type": "channel / broadcast"
    }
  ],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 0,
    "total": 0,
    "msg": ""
  }
}