Lookup IP Info action.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Get Ip Info with Ipinfo and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lookup IP Info action.
| Parameter | Description |
|---|---|
| IP Address | A single IPv4 or IPv6 address to lookup. |
| Parameter | Description |
|---|---|
| Field | If provided, only returns the specified field or object data. Fields are returned as plaintext and objects as JSON. |
{
"ip": "<string>",
"hostname": "<string>",
"city": "<string>",
"region": "<string>",
"country": "<string>",
"loc": "<string>",
"postal": "<string>",
"timezone": "<string>",
"asn": {
"asn": "<string>",
"name": "<string>",
"domain": "<string>",
"route": "<string>",
"type": "<string>"
},
"company": {
"name": "<string>",
"domain": "<string>",
"type": "<string>"
},
"privacy": {
"vpn": false,
"proxy": false,
"tor": false,
"relay": false,
"hosting": true,
"service": "<string>"
}
}
Was this page helpful?