---
title: IPs
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Intel](https://developers.cloudflare.com/api/typescript/resources/intel)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# IPs

##### [Get IP Overview](https://developers.cloudflare.com/api/typescript/resources/intel/subresources/ips/methods/get)

client.intel.ips.get(IPGetParams { account\_id, ipv4, ipv6 } params, RequestOptionsoptions?): [IPGetResponse](https://developers.cloudflare.com/api/typescript/resources/intel#%28resource%29%20intel.ips%20%3E%20%28model%29%20ip%5Fget%5Fresponse%20%3E%20%28schema%29) | null

GET/accounts/{account\_id}/intel/ip

##### ModelsExpand Collapse 

IP { belongs\_to\_ref, ip, risk\_types } 

belongs\_to\_ref?: BelongsToRef { id, country, description, 2 more } 

Specifies a reference to the autonomous systems (AS) that the IP address belongs to.

id?: string

country?: string

description?: string

type?: "hosting\_provider" | "isp" | "organization"

Infrastructure type of this ASN.

One of the following:

"hosting\_provider"

"isp"

"organization"

value?: string

ip?: string

formatipv4

risk\_types?: Array<RiskType\>

id?: number

name?: string

super\_category\_id?: number

IPGetResponse \= Array<[IP](https://developers.cloudflare.com/api/typescript/resources/intel#%28resource%29%20intel.ips%20%3E%20%28model%29%20ip%20%3E%20%28schema%29) { belongs\_to\_ref, ip, risk\_types } \> | null

belongs\_to\_ref?: BelongsToRef { id, country, description, 2 more } 

Specifies a reference to the autonomous systems (AS) that the IP address belongs to.

id?: string

country?: string

description?: string

type?: "hosting\_provider" | "isp" | "organization"

Infrastructure type of this ASN.

One of the following:

"hosting\_provider"

"isp"

"organization"

value?: string

ip?: string

formatipv4

risk\_types?: Array<RiskType\>

id?: number

name?: string

super\_category\_id?: number