Countries List

Properties

NAME TYPE DESCRIPTION
total integer Total number of countries documents that matched your query.
countries array List of countries. Can be one of:

Country model

Example

JSON
{
    "total": 5,
    "countries": [
        {
            "name": "United States",
            "code": "US"
        }
    ]
}