Location

Properties for location:

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.

Example:

{
  "name": "Doha",
  "country": {
    "name": "Qatar"
  },
  "continent": {
    "name": "Asia"
  }
}

Properties for country

name string

Official name of a country

Example:

{
    "name": "Qatar"
  }

Properties for continent

name string

Continent name

Example:

Last updated

Was this helpful?