Continents List Object
Properties
Name | Type | Description |
total | integer | Total number of continents documents that matched your query. |
continents | continent[] | List of continents. |
Examples
JSON
{
"total": 5,
"continents": {
"name": "Europe",
"code": "EU"
}
}