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