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

# Data API Rate Limits

> Conservative launch defaults for the Data Hub Data API: 60 requests per minute per token, enforced per user token rather than per organization.

<Warning>
  This page previously described plan-tiered limits (Standard/Professional/Enterprise) and rate-limit response headers. Neither is confirmed to exist. The real numbers below come directly from the Data API design doc.
</Warning>

## Current limits (conservative defaults, revisable)

* **60 requests per minute**, per token
* **Maximum 1-year date range** per request to the variable data endpoint
* Limits are enforced **per user token, not per organization**

These are explicitly called out as conservative launch defaults in the source design — expect them to be revised based on real usage once the API ships.

<Note>
  This page is a stub for the confirmed `429` response shape and any rate-limit response headers (e.g. remaining/reset) — those haven't been finalized in the source spec yet.
</Note>

See [Get Variable Data](/api-reference/query/run-query) for the endpoint these limits apply to, and [Authentication](/api-reference/authentication) for how tokens are issued.
