Skip to main content
MetaLink enforces two types of rate limits: per-minute and monthly.

Limits by Plan

Monthly limits are per user, not per key. If you have multiple API keys, they share the same monthly quota.

Rate Limit Headers

Every successful response includes these headers:

When You Hit the Limit

If you exceed either limit, you’ll receive a 429 Too Many Requests response. Per-minute limit exceeded:
  • Response includes a Retry-After header (seconds until you can retry)
  • Wait the indicated time, then retry
Monthly limit exceeded:
  • Response includes X-Monthly-Reset header (ISO 8601 date-time, e.g., 2026-04-01T00:00:00Z)
  • Monthly counters reset on the 1st of each month at midnight UTC
  • Upgrade your plan for a higher limit