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

ParameterTypeValueDescription
userstring{USERNAME}
tokenstring{TOKEN}
tstring(all, country, league, team, player, match, channel)
qstring{QUERY}

Example Response

{
  "status": "success",
  "data": [
    {
      "type": "team",
      "id": 12345,
      "name": "Manchester United",
    },
  ],
}