# Venue

## Properties

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:blue;">uuid</mark></em></td><td>Unique venue id</td></tr><tr><td>name<br><em><mark style="color:blue;">String</mark></em></td><td>Name of the location</td></tr><tr><td>Location<br><a href="venue/location"><em><mark style="color:blue;">Location</mark></em></a></td><td>Details of location</td></tr></tbody></table>

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