Basic Number Insight
Provides basic number insight information about a number.
Note that this endpoint also supports POST requests.
get/basic/{format}
Query parameters
numberstring required
A single phone number that you need insight about in national or international format.
countrystring
If a number does not have a country code or is uncertain, set the two-character country code. This code must be in ISO 3166-1 alpha-2 format and in upper case. For example, GB or US. If you set country and number is already in E.164 format, country must match the country code in number.
Response
OK
Example response
{
"country_code": "GB",
"country_code_iso3": "GBR",
"country_name": "United Kingdom",
"country_prefix": "44",
"international_format_number": "447700900000",
"national_format_number": "07700 900000",
"request_id": "aaaaaaaa-bbbb-cccc-dddd-0123456789ab",
"status_message": "Success"
}