compassIP info

Overview

The API endpoint provides basic information based on the IP address passed. The ip address information is not stored on our server but is fetched in real time from a third-party provider.

Retrieve IP information

get

Returns information about the specified IP address

Path parameters
ipstringRequired

IP address to retrieve information for

Responses
chevron-right
200

Successful response

application/json
ipstringRequired

Client IP address

citystringOptional

City

regionstringOptional

Region

countrystringOptional

Country

locstringOptional

Location (latitude, longitude)

orgstringOptional

Organization

timezonestringOptional

Timezone

messagestringOptional

Additional message

get
/ipinfo/{ip}

Last updated