GET Venues by Search by Name
Returns all venues that match your search query.
https://api.sportmonks.com/v3/football/venues/search/{search_query}{
"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": 706,
"country_id": 462,
"city_id": 24803,
"name": "Palmerston Park",
"address": "Terregles Street",
"zipcode": null,
"latitude": "55.069767",
"longitude": "-3.624944",
"capacity": 8690,
"image_path": "https://cdn.sportmonks.com/images/soccer/venues/2/706.png",
"city_name": "Dumfries",
"surface": "artificial turf",
"national_team": false
},
{
"id": 827,
"country_id": 462,
"city_id": 3446,
"name": "Gayfield Park",
"address": "Queens Drive",
"zipcode": null,
"latitude": "56.552269",
"longitude": "-2.591519",
"capacity": 5900,
"image_path": "https://cdn.sportmonks.com/images/soccer/venues/27/827.png",
"city_name": "Arbroath",
"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
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?