---
title: Rate Plans
---

[Skip to content](#%5Ftop) 

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

[Billing](https://developers.cloudflare.com/api/typescript/resources/billing)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Rate Plans

##### [Get Rate Plan by Public Key](https://developers.cloudflare.com/api/typescript/resources/billing/subresources/rate%5Fplans/methods/get)

client.billing.ratePlans.get(stringpublicKey, RequestOptionsoptions?): [RatePlanGetResponse](https://developers.cloudflare.com/api/typescript/resources/billing#%28resource%29%20billing.rate%5Fplans%20%3E%20%28model%29%20rate%5Fplan%5Fget%5Fresponse%20%3E%20%28schema%29) { id, components, currency, public\_name } 

GET/billing/rate\_plans/{public\_key}

##### ModelsExpand Collapse 

RatePlanGetResponse { id, components, currency, public\_name } 

id?: string

The uppercase rate plan public key.

components?: Array<Record<string, unknown\>\>

Pricing components that make up this rate plan.

currency?: string

Currency of the rate plan pricing.

public\_name?: string

Human-readable description of the rate plan.