Skip to content

Tools/Rate limit

Rate limit

Parse Retry-After and X-RateLimit-* headers. Nothing is uploaded.

Loading tool…

How to use Rate limit

  1. 1. Paste response headers. Retry-After, RateLimit-*, or X-RateLimit-*.
  2. 2. Read remaining, limit, reset. IETF draft fields are recognized when present.
  3. 3. Copy JSON. Use it in a runbook.
  4. 4. No live probe. Parser only.

About this tool

Rate-limit headers disagree: GitHub uses X-RateLimit-Remaining, IETF drafts use RateLimit-Remaining, and Retry-After may be a delta or an HTTP date. This parser normalizes a paste into JSON.

Reset

Unix timestamps stay numbers. HTTP dates stay strings.

Unknown headers

Ignored unless they look like rate-limit fields.

Code examples

Headers

Retry-After: 60
X-RateLimit-Remaining: 12

Frequently asked questions

Related tools

All tools