Get started
Rate limits
Limits are per API key, or per IP for anonymous callers, and are returned on every response:
X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset— the per-minute windowRetry-After— seconds to wait, sent with every429
RATE_LIMIT_EXCEEDED is a per-minute burst; QUOTA_EXCEEDED is your monthly allowance. Check your own usage at GET /me and GET /usage.