External DocumentationTo learn more, visit the IPWHOIS documentation.
Parameters
Example Output
Workflow Library Example
Bulk Ip Lookup with Ipwhois 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.
| Parameter | Description |
|---|---|
| Fields | Specifies in a comma separated list the specific fields to be returned from the search. |
| IPs | A comma separated list of IPs address to lookup. |
| Security | Return additional security information from the lookup. |
[
{
"ip": "8.8.4.4",
"success": true,
"type": "IPv4",
"continent": "North America",
"continent_code": "NA",
"country": "United States",
"country_code": "US",
"region": "California",
"region_code": "CA",
"city": "Mountain View",
"latitude": 37.3860517,
"longitude": 122.0838511,
"is_eu": false,
"postal": "94039",
"calling_code": "1",
"capital": "Washington D.C.",
"borders": "CA,MX",
"flag": "[...]",
"connection": "[...]",
"timezone": "[...]",
"currency": "[...]",
"security": "[...]"
},
{
"ip": "1.1.1.1",
"success": true,
"type": "IPv4",
"continent": "Oceania",
"continent_code": "OC",
"country": "Australia",
"country_code": "AU",
"region": "New South Wales",
"region_code": "NSW",
"city": "Sydney",
"latitude": 33.8688197,
"longitude": 151.2092955,
"is_eu": false,
"postal": "2000",
"calling_code": "61",
"capital": "Canberra",
"borders": "",
"flag": "[...]",
"connection": "[...]",
"timezone": "[...]",
"currency": "[...]",
"security": "[...]"
}
]
Was this page helpful?