Location

Represents the location details of a tournament or season.

NameTypeDescription

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.

Response JSON
{
    "name": "USA",
    "country": {},
    "continent": { 
        "name": "North America"
    }
}