Location
Last updated
Last updated
Location is an object representing a location without coordinates.
country
string The name of the country.
countryCode
string The 2 letter ISO 3166-1 alpha-2 code for the country.
region
string The name of the region.
regionCode
string The ISO 3166-2 code for the region.
regionType
string The region can either be a first or second level administrative subdivision. This field tells you what type it is. For example, in the US the region is usually a state.
city
string The name of the city.
postal
string The postal or ZIP code.
emojiFlag
string An emoji version of the flag of the country.
When embedded into an , this object is extended by the fields.