SoccersAPIDocs
DocsReferenceSearch › Search referees

GETSearch referees

Referees whose name matches q.

/v2.2/search/ with t=referee

Try it in the interactive referenceAll Search operations

Request

GET /v2.2/search/?user=USER&token=TOKEN&t=referee&q=clattenburg

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": 1313,
      "name": "Clattenburg, Mark",
      "type": "referee"
    }
  ],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 0,
    "total": 0,
    "msg": ""
  }
}