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

{
	"query": "24.48.0.1",
	"status": "success",
	"country": "Canada",
	"countryCode": "CA",
	"region": "QC",
	"regionName": "Quebec",
	"city": "Montreal",
	"zip": "H1K",
	"lat": 45.6085,
	"lon": -73.5493,
	"timezone": "America/Toronto",
	"isp": "Le Groupe Videotron Ltee",
	"org": "Videotron Ltee",
	"as": "AS5769 Videotron Ltee"
}

Workflow Library Example

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

Preview this Workflow on desktop