> ## Documentation Index
> Fetch the complete documentation index at: https://docs.buyparceldata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limits

> Monthly parcel limits by plan and how to handle 429 responses.

## Overview

Monthly parcel limits are enforced based on your subscription plan. Limits reset on the first day of each calendar month (UTC).

***

## Parcel limits by plan

| Plan         | Monthly parcels | Price       |
| ------------ | --------------- | ----------- |
| Standard     | 2,000           | \$200/month |
| Professional | 5,000           | \$450/month |

<Note>
  Each parcel returned across any endpoint counts toward your monthly limit.
</Note>

Contact [support@buyparceldata.com](mailto:support@buyparceldata.com) to discuss higher limits.

***

## 429 Too Many Requests

When you exceed your monthly limit, the API returns a `429` status:

```json theme={null}
{
  "detail": "Monthly parcel limit of 2,000 reached. Upgrade your plan or wait until 2026-04-01."
}
```

***

## 403 No active subscription

If your subscription has lapsed, the API returns `403`:

```json theme={null}
{
  "detail": "Active subscription required to use the API"
}
```

***

## Monitoring usage

Your current usage and reset date are visible in the [dashboard](https://app.buyparceldata.com) under **Usage**.

***

## Frequently asked questions

**Do unused requests roll over?**
No. Limits reset to zero on the first of each month regardless of prior usage.

**Can I get a higher limit?**
Contact [support@buyparceldata.com](mailto:support@buyparceldata.com) to discuss custom arrangements.
