GET Venues by Season ID
Returns venue information from your requested season ID.
https://api.sportmonks.com/v3/football/venues/seasons/{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
},
{
"id": 8879,
"country_id": 1161,
"city_id": 66569,
"name": "The Smisa Stadium",
"address": "Greenhill Road",
"zipcode": null,
"latitude": "55.8506979",
"longitude": "-4.4455255",
"capacity": 8023,
"image_path": null,
"city_name": "Greenhill Road",
"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?