Represents the location details of a tournament or season.
Last updated 1 year ago
name string
Location name. This is usually a city, occasionally a country.
country
Country name in official format.
continent
Continent where the given country belongs.
"location": { "name": "Katowice", "country": { "name": "Poland" }, "continent": { "name": "Europe" } }