---
title: Quota
---

[Skip to content](#%5Ftop) 

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

[Custom Hostnames](https://developers.cloudflare.com/api/resources/custom%5Fhostnames)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Quota

##### [Get Custom Hostname Quota](https://developers.cloudflare.com/api/resources/custom%5Fhostnames/subresources/quota/methods/get)

GET/zones/{zone\_id}/custom\_hostnames/quota

##### ModelsExpand Collapse 

QuotaGetResponse object { allocated, exceeded, hard\_cap, used } 

allocated: number

The allocated custom hostname quota.

formatint64

exceeded: boolean

Whether the current usage has exceeded the allocated quota.

hard\_cap: number

The maximum number of custom hostnames allowed before create requests are rejected.

formatint64

used: number

The number of custom hostnames currently in use.

formatint64