Utility
/ipinfo
Get info about an IP
Query Parameters
ip*string
The IP address
Length
7 <= length <= 16Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/ipinfo?ip=strings"{
"ip": "string",
"city": "string",
"region": "string",
"country": "string",
"latitude": 0,
"longitude": 0,
"postal": "string",
"timezone": "string"
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}