Query a single IPv4/IPv6 address or a domain name.

External Documentation

To learn more, visit the IP API documentation.

Parameters

ParameterDescription
QueryA single IPv4/IPv6 address or a domain name to query. If you don’t supply a query the current IP address will be used.
Returned FieldsSelect the data fields to return.

Example Output

{
	"status": "<string>",
	"continent": "<string>",
	"continentCode": "<string>",
	"country": "<string>",
	"countryCode": "<string>",
	"region": "<string>",
	"regionName": "<string>",
	"city": "<string>",
	"district": "<string>",
	"zip": "<string>",
	"lat": 477.15,
	"lon": 660.09,
	"timezone": "<string>",
	"offset": 814,
	"currency": "<string>",
	"isp": "<string>",
	"org": "<string>",
	"as": "<string>",
	"asname": "<string>",
	"reverse": "<string>",
	"mobile": false,
	"proxy": false,
	"hosting": false,
	"query": "<string>"
}

Workflow Library Example

Query Ip Address or Domain with Ip Api and Send Results Via Email

Preview this Workflow on desktop