GET
/
PhoneNumberValidation
/
Interactive
/
Validate
/
v2.20
/
json6.ws
cURL
curl --request GET \
  --url https://api.addressy.com/PhoneNumberValidation/Interactive/Validate/v2.20/json6.ws
{
"Items": [
{
"PhoneNumber": "447528471411",
"RequestProcessed": "True",
"IsValid": "Yes",
"NetworkCode": "",
"NetworkName": "",
"NetworkCountry": "",
"NationalFormat": "07528 471411",
"CountryPrefix": "44",
"NumberType": "Yes",
"MccMnc": "33801",
"Ported": "True",
"PortedNetworkName": "",
"PortedNetworkCountry": "",
"Roaming": "True",
"RoamingNetworkName": "",
"RoamingNetworkCountry": "",
"OriginalNetworkName": "",
"OriginalNetworkCountry": ""
}
]
}
This method does not consume credit.

Query Parameters

Key
string
required

The key to use to authenticate to the service.

Phone
string
required

The mobile/cell phone number to verify. This must be in international format (+447528471411 or 447528471411) if no country code is provided or national format with a Country parameter provided (07528471411 and GB as the Country parameter).

Country
string

The ISO2 or ISO3 country code of the number you are trying to validate (if provided in national format).

Iso3Country
string

The option to return the ISO3 country code in the response, if the input Iso3Country is "True" or "Yes" (case insensitive).

AdditionalFields
string

The option to return additional fields listed as ‘(Optional)’ if the field value is “True” or “Yes” (case insensitive).

Response

200
application/json

Success

The response is of type object.