Venue

Represents the venue details of a tournament or season.

Properties

id uuid

Unique venue id

name String

Name of the location

Location Location

Details of location

"venue": {
            "id": "d97b065d-2b70-46de-b1e4-1147ae8e564a",
            "name": "Tempodrom",
            "location": {
                "name": "Berlin",
                "country": {
                    "name": "Germany"
                },
                "continent": {
                    "name": "Europe"
                }
            }
        }

Last updated