Plume API
Utility

/ipinfo

Get info about an IP

GET
/ipinfo

Query Parameters

ip*string

The IP address

Length7 <= length <= 16

Response 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"
}