Search by String
GETAll Continents, Countries, Leagues, Teams, Players, Referees, Matches, TV Channels
The Search endpoint gives you a list of items by keyword (minimum 3 letters) and it allows filter by type (all, continent, country, league, team, player, referee).
URI Parameters
Parameter | Type | Value | Description |
---|---|---|---|
user | string | {USERNAME} | |
token | string | {TOKEN} | |
t | string | (all, country, league, team, player, match, channel) | |
q | string | {QUERY} |
Example Response
{
"status": "success",
"data": [
{
"type": "team",
"id": 12345,
"name": "Manchester United",
},
],
}