Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of continents documents that matched your query. |
continents | array | List of continents. Can be one of: |
Example
JSON
{
"total": 5,
"continents": [
{
"name": "Europe",
"code": "EU"
}
]
}
JSON
{
"total": 5,
"continents": [
{
"name": "Europe",
"code": "EU"
}
]
}