Location

Represents the location details of a tournament or season.

Properties

name string

Location name. This is usually a city, occasionally a country.

country Country

Country name in official format.

continent Continent

Continent where the given country belongs.

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

Last updated