Skip to main content
Example curl request

Response

Successful response from Geo-Targeting API.

status
string

Indicates the status of the request.

Example:

"success"

continent
string

The name of the continent.

Example:

"North America"

continentCode
string

The two-letter continent code.

Example:

"NA"

country
string

The full name of the country.

Example:

"Canada"

countryCode
string

The two-letter country code.

Example:

"CA"

region
string

The region code.

Example:

"QC"

regionName
string

The full name of the region.

Example:

"Quebec"

city
string

The name of the city.

Example:

"Montreal"

district
string

The district name, if available.

Example:

""

zip
string

The postal code associated with the IP.

Example:

"H2Y"

lat
number

The latitude coordinate.

Example:

45.5088

lon
number

The longitude coordinate.

Example:

-73.5878

timezone
string

The timezone of the IP location.

Example:

"America/Toronto"

offset
integer

The time offset in seconds from UTC.

Example:

-18000

currency
string

The currency code of the country.

Example:

"CAD"

isp
string

The name of the Internet Service Provider.

Example:

"Bell Canada"

org
string

The organization that owns the IP address, if available.

Example:

"Bell Canada"

as
string

The Autonomous System (AS) number.

Example:

"AS577 Bell Canada"

query
string

The queried IP address.

Example:

"207.134.47.124"