GET advanced/{format}

nexmo.com:number-insight

Summary: Advanced Number Insight (sync)
Operation ID: getNumberInsightAdvanced
Auth: unknown
Description

Provides [advanced number insight](/number-insight/overview#basic-standard-and-advanced-apis) information about a number synchronously, in the same way that the basic and standard endpoints do. Vonage recommends accessing the Advanced API **asynchronously** using the `/advanced/async` endpoint, to avoid timeouts. Note that this endpoint also supports `POST` requests.

Parameters (6)

cnam (boolean, query, optional, default: False)

Indicates if the name of the person who owns the phone number should be looked up and returned in the response. Set to true to receive phone number owner name in the response. This features is available for US numbers only and incurs an additional charge.

country (string, query, optional)

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](https://en.wikipedia.org/wiki/E.164) format, country must match the country code in number.

Constraints: {'pattern': '[A-Z]{2}'}

format (string, path, required)

The format of the response

Constraints: {'enum': ['json', 'xml']}

ip (string, query, optional)

This parameter is deprecated as we are no longer able to retrieve reliable IP data globally from carriers.

number (string, query, required)

A single phone number that you need insight about in national or international format.

Constraints: {'pattern': '^[0-9-+\\(\\)\\s]*$'}

real_time_data (boolean, query, optional)

A boolean to choose whether to get real time data back in the response.

No probe data for this endpoint yet.