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.
Look up a single IP address.
Parameters
| Parameter | Description |
|---|
| Enable Threat Detection | Select to return additional security information from the lookup.
Note: This field is only available for Business and Premium plans. |
| Fields | A comma-separated list of fields to be returned in the response. |
| IP | The 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