> 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/venues/get-venue-by-id.md).

# GET Venue by ID

### `GET` Venue by ID

```
https://soccer.sportmonks.com/api/v2.0/venues/{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/venues/1?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
"data": {
        "id": 1,
        "name": "Meadowbank Dorking",
        "surface": null,
        "address": null,
        "city": "Lviv",
        "capacity": 2000,
        "image_path": "https://cdn.sportmonks.com/images/soccer/venues/1/1.png",
        "coordinates": "51.234316,-0.33364"
    },
```

{% 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/#0fab9ae1-8584-443d-8176-7cfe892bdf34)
{% endhint %}
