Rafiq for developers

Rate limits and quota

Two limits apply: requests per minute, per key, and total calls per month, per account.

PlanPer minute (per key)Per month (per account)
Free305,000
Partner120100,000

Successful responses carry your current position, so you never have to guess:

X-RateLimit-Limit: 30
X-RateLimit-Remaining: 27
X-Quota-Limit: 5000
X-Quota-Remaining: 4863

A 429 for the per-minute rate carries the rate headers and a Retry-After, but not the quota headers — the quota is not read on a request that was already refused.

What counts

The monthly quota resets at 00:00 UTC on the 1st. Rate limits are per key, so a runaway script cannot starve your production traffic if you use a separate key for it.

Need more?

Ask. These numbers are a starting point for people building something real, not a sales funnel — if you are doing something useful for the ummah and 5,000 calls is not enough, tell us what you are building and we will raise it.