Venue by ID
GET https://soccer.sportmonks.com/api/v2.0/venues/:VENUE_ID
Introduction
The Venue endpoint provides Venue information like Name, City, Capacity, Address and even a Venue image.
Pagination
NO - Indicates if this endpoint contains pagination.
Nested Includes
0 - You can add a maximum of 0 levels of nested includes.
Includes Options
No includes available for this endpoint.
RESPONSES
status: OK
{"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"},"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}