Look up IP address in bulk.

External Documentation

To learn more, visit the IPWHOIS documentation.

Parameters

ParameterDescription
FieldsSpecifies in a comma separated list the specific fields to be returned from the search.
IPsA comma separated list of IPs address to lookup.
SecurityReturn additional security information from the lookup.

Example Output

[
	{
		"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": "[...]"
	}
]

Workflow Library Example

Bulk Ip Lookup with Ipwhois and Send Results Via Email

Preview this Workflow on desktop