post https://connect.routee.net/numbervalidator
Performs a number validation request. This is a paid service. For pricing check here
Response Parameters##
KEY | DESCRIPTION |
---|---|
to | The number for which the number validator service was called |
getPorted | Indicates if the number validator information will be for the ported network or not |
createdAt | The date that the look up request was performed |
numberValidatorId | The identification number for which the number validator service was called |
details | Represents information for the country of the specified number |
details.countryCode | The code of the country in ISO 3166-1 alpha-3 format |
details.countryPrefix | The number's international country code number |
details.network | The name of the number's network. If the ported = true the name of the ported network is displayed |
details.networkCode | The code of the number's country and network |
details.ported | Indicates whether the result for "network" parameter will take into consideration the "ported" option or not. |
details.type | Indicates the type of the number that the number validator service has been requested. Check here for possible values |
formats | Represents the number requested for validation in e124, international, national and rfc3966 |
formats.e164 | The number requested for validation in e164 format e.g. +306977663027 |
formats.international | The number requested for validation in international format e.g. +30 697 766 3027 |
formats.national | The number requested for validation in national format e.g. 697 766 3027 |
formats.rfc3966 | The number requested for validation in rfc3966 format e.g. tel:+30-697-766-3027 |
geo | Represents geo information for a host name or IP address |
geo.host | The host name or IP address |
geo.country | The country of host |
geo.countryISO2Code | The countryISO2Code of country |
geo.countryISO3Code | The countryISO3Code of country |
geo.continent | The continent of country |
applicationName | The name of the application which executed the lookup |
valid | Boolean. Indicates if the provided number is valid or not |