GET Venue by ID
Returns venue information from your requested venue ID.
https://api.sportmonks.com/v3/football/venues/{ID}{
"data": [
{
"id": 219,
"country_id": 98,
"city_id": 68322,
"name": "McDiarmid Park",
"address": "Crieff Road",
"zipcode": null,
"latitude": "56.409686",
"longitude": "-3.476928",
"capacity": 10696,
"image_path": "https://cdn.sportmonks.com/images/soccer/venues/27/219.png",
"city_name": "Perth",
"surface": "grass",
"national_team": false
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?