Open Data DictionaryOpen Data Dictionary

Rate Limits

Understand usage limits for the Open Data Dictionary API.

To ensure fair usage for all users, the API has rate limits in place.

Plans

PlanDaily LimitReset Time
Free100 requests/dayMidnight UTC
Pro (coming soon)10,000 requests/dayMidnight UTC

Rate Limit Headers

Every API response includes rate limit information in headers:

HeaderDescription
X-RateLimit-LimitYour daily request limit
X-RateLimit-RemainingRequests remaining today
X-RateLimit-ResetUTC timestamp when the limit resets

When You Exceed the Limit

If you exceed your daily limit, the API returns a 429 Too Many Requests response:

{
  "error": "Rate limit exceeded. Resets at midnight UTC."
}

The response includes a Retry-After header indicating how many seconds until the limit resets. Wait for the reset or upgrade your plan to continue making requests.

Checking Your Usage

View your current usage in your Account Settings page under the "API Token" section.

Running into limits?

See the Troubleshooting guide for tips on optimizing your requests.

On this page