Get IP Info
Looks up information about a provided IPv4 or IPv6 address.
Basic Parameters
Parameter | Description |
---|---|
IP | A single IPv4 or IPv6 address. |
Advanced Parameters
Parameter | Description |
---|---|
Field | If provided, only returns the specified field or object data.Fields are returned as plaintext and objects as JSON. |
Example Output
{
"ip": "8.8.8.8",
"hostname": "dns.google",
"anycast": true,
"city": "Mountain View",
"region": "California",
"country": "US",
"loc": "37.4056,-122.0775",
"org": "AS15169 Google LLC",
"postal": "94043",
"timezone": "America/Los_Angeles"
}
Workflow Library Example
Get Ip Info with Ipinfo and Send Results Via Email
Preview this Workflow on desktop