# Location

## Properties

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>Location name. This is usually a city, occasionally a country.</td></tr><tr><td>country<br><a href="location/country"><em><mark style="color:blue;">Country</mark></em></a></td><td>Country name in official format.</td></tr><tr><td>continent<br><a href="location/continent"><em><mark style="color:blue;">Continent</mark></em></a></td><td>Continent where the given country belongs.</td></tr></tbody></table>

```json
"location": {
                "name": "Katowice",
                "country": {
                    "name": "Poland"
                },
                "continent": {
                    "name": "Europe"
                }
            }
```
