---
title: URLs
---

[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**

# URLs

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

client.intel.urls.get(URLGetParams { account\_id, url } params, RequestOptionsoptions?): [URL](https://developers.cloudflare.com/api/typescript/resources/intel#%28resource%29%20intel.urls%20%3E%20%28model%29%20url%20%3E%20%28schema%29) { content\_categories, full\_url, hostname, 2 more } 

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

##### ModelsExpand Collapse 

URL { content\_categories, full\_url, hostname, 2 more } 

content\_categories: Array<ContentCategory\>

Content categories associated with this URL.

id?: number

name?: string

source\_id?: number

super\_category\_id?: number

full\_url: string

The full URL that was looked up.

hostname: string

The hostname of the URL.

risk\_type: Array<RiskType\>

Security risk types associated with this URL.

id?: number

name?: string

source\_id?: number

super\_category\_id?: number

url\_path: string

The path component of the URL.