IP

Retrieve comprehensive IP address information including geolocation data (country, city, region), ISP details, timezone, and connection type, supporting both IPv4 and IPv6 addresses for accurate network intelligence.

Get your IP address

Get your IP address using multiple IP providers. The first successful response will be returned.

GET
/ ip

Response

{
  "type": "object",
  "properties": {
    "ip": {
      "type": "string",
      "description": "Your IP address",
      "example": "124.56.78.90"
    }
  }
}
curl --request GET \
  --url "https://www.apikiss.com/api/v1/ip" \
  --header 'Authorization: Bearer <token>'
{
  "type": "object",
  "properties": {
    "ip": {
      "type": "string",
      "description": "Your IP address",
      "example": "124.56.78.90"
    }
  }
}

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"

Response

200 - application/json
ip
string

Your IP address

Example: 124.56.78.90

Try it out

Don't have a key? Sign up to get one for free.

Response

Click "Send Request" to see the response...