> 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/markets/get-all-fixtures-by-market-id.md).

# GET All Fixtures by Market ID

### `GET` All Fixtures by Market ID

```
https://soccer.sportmonks.com/api/v2.0/markets/{ID}/fixtures
```

| 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/markets/1/fixtures?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
      "data": [
        {
            "id": 18326451,
            "league_id": 818,
            "season_id": 17730,
            "stage_id": 77449623,
            "round_id": 257154,
            "group_id": 244868,
            "aggregate_id": null,
            "venue_id": 237914,
            "referee_id": null,
            "localteam_id": 149087,
            "visitorteam_id": 11388,
            "winner_team_id": null,
            "weather_report": {
                "code": "rain",
                "type": "light rain",
                "icon": "https://cdn.sportmonks.com/images/weather/10d.png",
                "temperature": {
                    "temp": 76.64,
                    "unit": "fahrenheit"
                },
                "temperature_celcius": {
                    "temp": 24.8,
                    "unit": "celcius"
                },
                "clouds": "84%",
                "humidity": "78%",
                "pressure": 1015,
                "wind": {
                    "speed": "5.03 m/s",
                    "degree": 287
                },
                "coordinates": {
                    "lat": 3.7833,
                    "lon": 11.3833
                },
                "updated_at": "2021-08-05T12:15:03.240060Z"
            },
            "commentaries": false,
            "attendance": null,
            "pitch": null,
            "details": null,
            "neutral_venue": false,
            "winning_odds_calculated": false,
            "formations": {
                "localteam_formation": null,
                "visitorteam_formation": null
            },
            "scores": {
                "localteam_score": 0,
                "visitorteam_score": 0,
                "localteam_pen_score": null,
                "visitorteam_pen_score": null,
                "ht_score": null,
                "ft_score": null,
                "et_score": null,
                "ps_score": null
            },
            "time": {
                "status": "NS",
                "starting_at": {
                    "date_time": "2021-08-05 12:30:00",
                    "date": "2021-08-05",
                    "time": "12:30:00",
                    "timestamp": 1628166600,
                    "timezone": "UTC"
                },
                "minute": null,
                "second": null,
                "added_time": null,
                "extra_minute": null,
                "injury_time": null
            },
            "coaches": {
                "localteam_coach_id": null,
                "visitorteam_coach_id": null
            },
            "standings": {
                "localteam_position": 11,
                "visitorteam_position": 10
            },
            "assistants": {
                "first_assistant_id": null,
                "second_assistant_id": null,
                "fourth_official_id": null
            },
            "leg": "1/1",
            "colors": null,
            "deleted": false,
            "is_placeholder": false,
            "flatOdds": {
                "data": [
                    {
                        "bookmaker_id": 88,
                        "bookmaker_event_id": null,
                        "market_id": 1,
                        "suspended": false,
                        "odds": [
                            {
                                "value": "2.45",
                                "handicap": null,
                                "total": null,
                                "label": "1",
                                "probability": "40.82%",
                                "dp3": "2.450",
                                "american": 145,
                                "factional": null,
                                "winning": null,
                                "stop": false,
                                "last_update": {
                                    "date": "2021-08-05 12:15:51.351945",
                                    "timezone_type": 3,
                                    "timezone": "UTC"
                                }
                            },
                            {
                                "value": "2.65",
                                "handicap": null,
                                "total": null,
                                "label": "X",
                                "probability": "37.74%",
                                "dp3": "2.650",
                                "american": 165,
                                "factional": null,
                                "winning": null,
                                "stop": false,
                                "last_update": {
                                    "date": "2021-08-05 12:15:51.351966",
                                    "timezone_type": 3,
                                    "timezone": "UTC"
                                }
                            },
                            {
                                "value": "3.00",
                                "handicap": null,
                                "total": null,
                                "label": "2",
                                "probability": "33.33%",
                                "dp3": "3.000",
                                "american": 200,
                                "factional": null,
                                "winning": null,
                                "stop": false,
                                "last_update": {
                                    "date": "2021-08-05 12:15:51.351978",
                                    "timezone_type": 3,
                                    "timezone": "UTC"
                                }
                            }
                        ]
                    },
                    {
                        "bookmaker_id": 1,
                        "bookmaker_event_id": null,
                        "market_id": 1,
                        "suspended": false,
                        "odds": [
                            {
                                "value": "2.55",
                                "handicap": 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/#fa8dfec8-9cca-41ad-8251-383062154d21)
{% endhint %}
