Look up a single IP address.

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.
IPThe IP address to lookup.

Example Output

{
	"ip": "<string>",
	"success": true,
	"type": "<string>",
	"continent": "<string>",
	"continent_code": "<string>",
	"country": "<string>",
	"country_code": "<string>",
	"region": "<string>",
	"region_code": "<string>",
	"city": "<string>",
	"latitude": 31,
	"longitude": 4,
	"is_eu": false,
	"postal": "<string>",
	"calling_code": "<string>",
	"capital": "<string>",
	"borders": "<string>",
	"flag": {
		"img": "<string>",
		"emoji": "<string>",
		"emoji_unicode": "<string>"
	},
	"connection": {
		"asn": 29172,
		"org": "<string>",
		"isp": "<string>",
		"domain": "<string>"
	},
	"timezone": {
		"id": "<string>",
		"abbr": "<string>",
		"is_dst": true,
		"offset": 8799,
		"utc": "<string>",
		"current_time": "2025-05-07T12:53:18-04:00"
	}
}

Workflow Library Example

Single Ip Lookup with Ipwhois and Send Results Via Email

Preview this Workflow on desktop