---
title: Plans
---

[Skip to content](#%5Ftop) 

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

[Zones](https://developers.cloudflare.com/api/typescript/resources/zones)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Plans

##### [List Available Plans](https://developers.cloudflare.com/api/typescript/resources/zones/subresources/plans/methods/list)

client.zones.plans.list(PlanListParams { zone\_id } params, RequestOptionsoptions?): SinglePage<[AvailableRatePlan](https://developers.cloudflare.com/api/typescript/resources/zones#%28resource%29%20zones.plans%20%3E%20%28model%29%20available%5Frate%5Fplan%20%3E%20%28schema%29) { id, can\_subscribe, currency, 6 more } \>

GET/zones/{zone\_id}/available\_plans

##### [Available Plan Details](https://developers.cloudflare.com/api/typescript/resources/zones/subresources/plans/methods/get)

client.zones.plans.get(stringplanIdentifier, PlanGetParams { zone\_id } params, RequestOptionsoptions?): [AvailableRatePlan](https://developers.cloudflare.com/api/typescript/resources/zones#%28resource%29%20zones.plans%20%3E%20%28model%29%20available%5Frate%5Fplan%20%3E%20%28schema%29) { id, can\_subscribe, currency, 6 more } 

GET/zones/{zone\_id}/available\_plans/{plan\_identifier}

##### ModelsExpand Collapse 

AvailableRatePlan { id, can\_subscribe, currency, 6 more } 

id?: string

Identifier

maxLength32

can\_subscribe?: boolean

Indicates whether you can subscribe to this plan.

currency?: string

The monetary unit in which pricing information is displayed.

externally\_managed?: boolean

Indicates whether this plan is managed externally.

frequency?: "weekly" | "monthly" | "quarterly" | "yearly"

The frequency at which you will be billed for this plan.

One of the following:

"weekly"

"monthly"

"quarterly"

"yearly"

is\_subscribed?: boolean

Indicates whether you are currently subscribed to this plan.

legacy\_id?: string

The legacy identifier for this rate plan, if any.

name?: string

The plan name.

maxLength80

price?: number

The amount you will be billed for this plan.