GET All Venues
Returns all the venues available within your subscription.
https://api.sportmonks.com/v3/football/venues{
"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": 245,
"country_id": 462,
"city_id": 28100,
"name": "Falkirk Community Stadium",
"address": "Westfield",
"zipcode": null,
"latitude": "56.005394",
"longitude": "-3.752637",
"capacity": 7937,
"image_path": "https://cdn.sportmonks.com/images/soccer/venues/21/245.png",
"city_name": "Falkirk",
"surface": "artificial turf",
"national_team": false
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Examples
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?