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

# Get IP Context

Retrieves an IP Context object by IPv4 or IPv6 Address.

**Note**: Some fields will be excluded if not available.

<Note>
  External Documentation

  To learn more, visit the [Spur documentation](https://docs.spur.us/context-api?id=get-v2contextip).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                        |
  | ---------- | -------------------------------------------------- |
  | IP Address | The IPv4/IPv6 address to retrieve its information. |
</div>

## Example Output

```json theme={"dark"}
{
	"as": {
		"number": 30083,
		"organization": "AS-30083-GO-DADDY-COM-LLC"
	},
	"client": {
		"behaviors": [
			"TOR_PROXY_USER"
		],
		"concentration": {
			"city": "Weldon Spring",
			"country": "US",
			"density": 0.202,
			"geohash": "9yz",
			"skew": 45,
			"state": "Missouri"
		},
		"count": 14,
		"countries": 1,
		"proxies": [
			"LUMINATI_PROXY",
			"SHIFTER_PROXY"
		],
		"spread": 4941431,
		"types": [
			"MOBILE",
			"DESKTOP"
		]
	},
	"infrastructure": "DATACENTER",
	"ip": "148.72.164.186",
	"location": {
		"city": "St Louis",
		"country": "US",
		"state": "Missouri"
	},
	"risks": [
		"WEB_SCRAPING",
		"TUNNEL"
	],
	"services": [
		"IPSEC",
		"OPENVPN"
	],
	"tunnels": [
		{
			"anonymous": true,
			"entries": [
				"148.72.164.179"
			],
			"exits": [
				"148.72.164.177"
			],
			"operator": "NORD_VPN",
			"type": "VPN"
		}
	]
}
```

## Workflow Library Example

[Get Ip Context with Spur and Send Results Via Email](https://library.blinkops.com/workflows/get-ip-context-with-spur-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/get-ip-context-with-spur-and-send-results-via-email/canvas" />
</div>
