External DocumentationTo learn more, visit the IP API documentation.
Actions
Query IP Address Or Domain
Query a single IPv4/IPv6 address or a domain name.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | A 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 Fields | Select the data fields to return. |
{
"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>"
}
Was this page helpful?