IP
Retrieve IP address details including geolocation (country, city, region), ISP info, timezone, and connection type. Supports both IPv4 and IPv6 addresses.
Get your IP address
Get your IP address using multiple IP providers. The first successful response will be returned.
GET
/
ip
Response Schema
{
"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"
}
}
}
Response
Click "Send Request" to see the response...
Authorizations
Authorization
header
required
Authentication token in the format "Bearer <token>"