- Introduction
- Setup the API
- Authentication
- Search
- Continents
- Countries
- Leagues
- Teams
- Seasons
- Stages
- Groups
- Rounds
- Livescores
- Fixtures
- Fixtures by Date
- Fixtures by Date / Country
- Fixtures by Date / League
- Fixtures by Date / Season
- Fixtures by Date / Season / Stage
- Fixtures by Date / Season / Group
- Fixtures by Date / Round
- Fixtures by Season
- Fixtures by Season / Stage
- Fixtures by Season / Stage / Team
- Fixtures by Season / Group
- Fixtures by Season / Group / Team
- Fixtures by Season / Team
- Fixtures by Round
- Fixtures by Round / Team
- Fixtures by Team Last / Next
- Fixtures by TV Channel
- Match / Fixtures
- Statistics
- H2H
- Leaders
- Betting
- Broadcast & TV
- Players
- Coaches
- Referees
- Venues
Search All
GET
/v2.2/search/
Last modified:2024-09-30 10:22:04
Request
Query Params
user
stringÂ
required
Example:
{{USERNAME}}
token
stringÂ
required
Example:
{{TOKEN}}
t
stringÂ
required
Example:
all
q
stringÂ
required
Example:
dazn
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v2.2/search/?user={{USERNAME}}&token={{TOKEN}}&t=all&q=dazn'
Responses
🟢200Search All
application/json
Body
data
array [object {6}]Â
required
id
integerÂ
required
name
stringÂ
required
country_name
stringÂ
required
cc
stringÂ
required
has_current_schedule
stringÂ
required
type
stringÂ
required
Example
{
"data": [
{
"id": 107,
"name": "DAZN",
"country_name": "Canada",
"cc": "ca",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 145,
"name": "DAZN",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "1",
"type": "channel"
},
{
"id": 146,
"name": "DAZN",
"country_name": "Japan",
"cc": "jp",
"has_current_schedule": "1",
"type": "channel"
},
{
"id": 147,
"name": "DAZN",
"country_name": "USA",
"cc": "us",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 235,
"name": "DAZN",
"country_name": "Austria",
"cc": "at",
"has_current_schedule": "1",
"type": "channel"
},
{
"id": 256,
"name": "DAZN",
"country_name": "Brazil",
"cc": "br",
"has_current_schedule": "1",
"type": "channel"
},
{
"id": 580,
"name": "DAZN",
"country_name": "Spain",
"cc": "es",
"has_current_schedule": "1",
"type": "channel"
},
{
"id": 688,
"name": "DAZN",
"country_name": "Germany",
"cc": "de",
"has_current_schedule": "1",
"type": "channel"
},
{
"id": 806,
"name": "DAZN",
"country_name": "Switzerland",
"cc": "ch",
"has_current_schedule": "1",
"type": "channel"
},
{
"id": 1269,
"name": "DAZN1",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 6194,
"name": "DAZN",
"country_name": "Netherlands",
"cc": "nl",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 6195,
"name": "DAZN",
"country_name": "Portugal",
"cc": "pt",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 7224,
"name": "DAZN Brasil",
"country_name": "Brazil",
"cc": "br",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 7236,
"name": "DAZN Italia",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 8109,
"name": "DAZN LaLiga",
"country_name": "Spain",
"cc": "es",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 8685,
"name": "DAZN AUSTRIA",
"country_name": "Austria",
"cc": "at",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 8711,
"name": "ZONA DAZN",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 8955,
"name": "ZONA DAZN 2",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9224,
"name": "YOUTUBE - DAZN WOMEN\\'S FOOTBALL",
"country_name": "Brazil",
"cc": "br",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9225,
"name": "DAZN UWCL - YOUTUBE",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9230,
"name": "DAZN",
"country_name": "International",
"cc": "",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9254,
"name": "DAZN WOMEN\\'S FOOTBALL - YOUTUBE",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9310,
"name": "ZONA DAZN 3",
"country_name": "Italy",
"cc": "it",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9342,
"name": "YOUTUBE - DAZN UEFA WOMEN\\'S CHAMPIONS LEAGUE",
"country_name": "Brazil",
"cc": "br",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9522,
"name": "DAZN BELGIUM",
"country_name": "Belgium",
"cc": "be",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9533,
"name": "DAZN PORTUGAL",
"country_name": "Portugal",
"cc": "pt",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9573,
"name": "DAZN",
"country_name": "Greece",
"cc": "gr",
"has_current_schedule": "0",
"type": "channel"
},
{
"id": 9625,
"name": "DAZN FRANCE",
"country_name": "France",
"cc": "fr",
"has_current_schedule": "0",
"type": "channel"
}
]
}

Modified at 2024-09-30 10:22:04