Skip to main content

Get IP Info

Looks up information about a provided IPv4 or IPv6 address.

Basic Parameters

ParameterDescription
IPA single IPv4 or IPv6 address.

Advanced Parameters

ParameterDescription
FieldIf 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

Workflow LibraryPreview this Workflow on desktop