---
title: URLs
---

[Skip to content](#%5Ftop) 

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

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

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# URLs

##### [Get URL Intelligence](https://developers.cloudflare.com/api/python/resources/intel/subresources/urls/methods/get)

intel.urls.get(URLGetParams\*\*kwargs)  \-> [URL](https://developers.cloudflare.com/api/python/resources/intel#%28resource%29%20intel.urls%20%3E%20%28model%29%20url%20%3E%20%28schema%29)

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

##### ModelsExpand Collapse 

class URL: …

content\_categories: List\[ContentCategory\]

Content categories associated with this URL.

id: Optional\[int\]

name: Optional\[str\]

source\_id: Optional\[int\]

super\_category\_id: Optional\[int\]

full\_url: str

The full URL that was looked up.

hostname: str

The hostname of the URL.

risk\_type: List\[RiskType\]

Security risk types associated with this URL.

id: Optional\[int\]

name: Optional\[str\]

source\_id: Optional\[int\]

super\_category\_id: Optional\[int\]

url\_path: str

The path component of the URL.