---
title: Rate Plans
---

[Skip to content](#%5Ftop) 

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

[Billing](https://developers.cloudflare.com/api/python/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/python/resources/billing/subresources/rate%5Fplans/methods/get)

billing.rate\_plans.get(strpublic\_key)  \-> [RatePlanGetResponse](https://developers.cloudflare.com/api/python/resources/billing#%28resource%29%20billing.rate%5Fplans%20%3E%20%28model%29%20rate%5Fplan%5Fget%5Fresponse%20%3E%20%28schema%29)

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

##### ModelsExpand Collapse 

class RatePlanGetResponse: …

id: Optional\[str\]

The uppercase rate plan public key.

components: Optional\[List\[Dict\[str, object\]\]\]

Pricing components that make up this rate plan.

currency: Optional\[str\]

Currency of the rate plan pricing.

public\_name: Optional\[str\]

Human-readable description of the rate plan.