GETBookmaker by ID
One bookmaker.
/v2.2/bookmakers/ with t=info
Try it in the interactive referenceAll Bookmakers operations
Request
GET /v2.2/bookmakers/?user=USER&token=TOKEN&t=info&id=2- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
id | yes | Bookmaker ID. | 2 |
Example response
{
"data": {
"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": 1,
"total": 1,
"msg": ""
}
}