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