> ## 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.

# Single IP Lookup

Look up a single IP address.

<Note>
  External Documentation

  To learn more, visit the [IPWHOIS documentation](https://ipwhois.io/documentation#endpoint).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                                                             |
  | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Enable Threat Detection | Select to return additional security information from the lookup.<br /><br />**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.                                                                                                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/single-ip-lookup-with-ipwhois-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/single-ip-lookup-with-ipwhois-and-send-results-via-email/canvas" />
</div>
