> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v2/endpoint-overview/bookmakers/get-all-bookmakers-by-fixture-id.md).

# GET All Bookmakers by Fixture ID

### `GET` All Bookmakers by Fixture ID

```
https://soccer.sportmonks.com/api/v2.0/bookmakers/fixture/{ID}
```

| Endpoint details        |         |
| ----------------------- | ------- |
| Authorization           | API Key |
| Pagination              | NO      |
| Allowed nested includes | 0       |

#### Parameters

No parameters available for this endpoint.

#### Include options

No includes available for this endpoint.

#### Example response

{% tabs %}
{% tab title="Request" %}

```
https://soccer.sportmonks.com/api/v2.0/bookmakers/fixture/16475287?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
    "data": [
        {
            "id": 1,
            "name": "10Bet",
            "logo": null
        },
        {
            "id": 2,
            "name": "bet365",
            "logo": null
        },
        {
            "id": 3,
            "name": "188Bet",
            "logo": null
        },
        {
            "id": 5,
            "name": "5 Dimes",
            "logo": null
        },
        {
            "id": 7,
            "name": "888Sport",
            "logo": null
        },
        {
            "id": 11,
            "name": "Bet-At-Home",
            "logo": null
        },
        {
            "id": 13,
            "name": "BetCRIS",
            "logo": null
        },
        {
            "id": 15,
            "name": "Betfair",
            "logo": null
        },
        {
            "id": 21,
            "name": "BetVictor",
            "logo": null
        },
        {
            "id": 23,
            "name": "Coral",
            "logo": null
        },
        {
            "id": 25,
            "name": "Dafabet",
            "logo": null
        },
        {
            "id": 27,
            "name": "Intertops",
            "logo": null
        },
        {
            "id": 36,
            "name": "Marathonbet",
            "logo": null
        },
        {
            "id": 44,
            "name": "Matchbook",
            "logo": null
        },
        {
            "id": 70,
            "name": "Pncl",
            "logo": null
        },
        {
            "id": 88,
            "name": "Tipico",
            "logo": null
        },
        {
            "id": 97,
            "name": "Unibet",
            "logo": null
        },
        {
            "id": 114,
            "name": "Betsson",
            "logo": null
        },
        {
            "id": 150,
            "name": "bwin",
            "logo": null
        },
        {
            "id": 187,
            "name": "WilliamHill",
            "logo": null
        },
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Check this endpoint in Postman.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/#81b62631-6713-4a67-872c-56f9c8e1c948)
{% endhint %}
