Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Query a single IPv4/IPv6 address or a domain name.
Parameters
| 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. |
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