{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "cellphone",
"type": [
"object",
"null"
],
"description": "`null` and `\"\"` allowed. Object containing the cellphone number in national format, and the corresponding alpha 2 country code.",
"properties": {
"number": {
"type": "string",
"description": "The cellphone number."
},
"country": {
"type": "string",
"description": "The [ISO Alpha-2](http://www.nationsonline.org/oneworld/country_code_list.htm) country code of the country of the cellphone number."
}
},
"required": [
"number",
"country"
],
"example": {
"number": "0821234567",
"country": "ZA"
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.