Logo

Region

The region object.

Fields

Name
Type
Description
id
ID
The region ID.
name
String
The name of the region in the specified language.
latitude
Float
The latitude of the region location.
longitude
Float
The longitude of the region location.
type
String
The type of the region. Possible values: continent, country, division1, division2, division3, division4, city.
continentCode
String
The code of the continent. Possible values: AF (Africa), AS (Asia), EU (Europe), NA (North America), SA (South America), OC (Oceania), AN (Antarctica).
countryCode
String
The code of the country (ISO-639-1).
division1Code
String
The code of the first-order country division.
division2Code
String
The code of the second-order country division.
division3Code
String
The code of the third-order country division.
division4Code
String
The code of the fourth-order country division.
population
String
The population of the region.
timezone
String
The time zone of the region.
parentRegions
Parent regions that the region belongs to.

Used by methods

Returns the region by ID.

Returns a list of all continents.

Returns a list of all countries.

Returns a list of regions by a search term.

Returns a list of regions located near the specified location.

Used by types

The network object.

A list item.