SoccersAPIDocs
DocsReferenceBookmakers › All bookmakers

GETAll bookmakers

Every bookmaker with its logo.

/v2.2/bookmakers/ with t=list

Try it in the interactive referenceAll Bookmakers operations

Request

GET /v2.2/bookmakers/?user=USER&token=TOKEN&t=list

Example response

{
  "data": [
    {
      "id": "1",
      "name": "10Bet",
      "img": "https://cdn.soccersapi.com/images/soccer/bookmakers/1.png"
    },
    {
      "id": "2",
      "name": "bet365",
      "img": "https://cdn.soccersapi.com/images/soccer/bookmakers/2.png"
    }
  ],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 39,
    "total": 39,
    "msg": ""
  }
}