/
Get a list of Venues (Stadiums)
Get a list of Venues (Stadiums)
Question: I would like to know if I can find out somewhere in which stadium the match will take place.
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 iyou will receive list of event details.
If available, information about the venue would be listed under venue_id:
To get a list of all Venues go to the venues.index method.
To get a venue (stadium) details use venues.show method with venue_id.
As you can see in the presented example, event with id 5390629 (Rangers - SL Benfica in UEFA Europa League 2023/24 ), will take place on the venue with id 665 (Ibrox Stadium).
, multiple selections available,
Related content
venues.show
venues.show
More like this
venues.show [draft]
venues.show [draft]
More like this
venues.index
venues.index
More like this
events.show
events.show
More like this
participants.show
participants.show
More like this
Booking events via API
Booking events via API
More like this