How can I get list of venues?
This article will help you find the venue ID, useful for information where the game will be played
Step-by-step guide:
-
To find out where the game will be played you need to check the event.show method. With the event_id you will receive list of event details.
https://api.statscore.com/v2/events/5390629?token=<<YOUR TOKEN>>
If available, information about the venue would be listed under venue_id node
- To get a list of all venues go to the venues.index method.
https://api.statscore.com/v2/venues?token=<<YOUR TOKEN>>
- To get a venue (stadium) details use venues.show method with venue_id.
https://api.statscore.com/v2/venues/venue_id?token=<<YOUR TOKEN>>