Informational
The request was received and processing continues.
HTTP reference / Status codes
Browse the meaning of HTTP status codes from 100 Continue through 511 Network Authentication Required, with links to detailed pages for common API errors.
Reference hub
The first digit tells you the broad outcome. The exact code tells you what a client, proxy, cache, monitor, retry policy, or API test should do next.
The request was received and processing continues.
The request was accepted, processed, or fulfilled.
The client needs another request or cached representation.
The request cannot be completed as sent by the client.
The server or an upstream dependency failed to complete the request.
Working reference
Concrete artifact
429 Too Many Requests
Retry-After: 30
Cache-Control: private, no-store
Body: stable machine-readable error code
Client check: honor delay and cap attempts
Review sequence
Interpret the code using the HTTP method and response headers.
Decide whether to retry, redirect, authenticate or stop.
Use a mock or playground to verify handling.
Limits
They are three-digit response codes sent by a server to summarize how an HTTP request was handled.
Common API workflows frequently depend on 200, 201, 204, 301, 302, 400, 401, 403, 404, 409, 422, 429, 500, 502, 503, and 504.
Yes. Use the status playground, HTTP client, or mock server to create and inspect real responses for the code you are studying.
Next move
Keep the first step small. Move into a workspace when the result deserves to be saved, repeated, or shared.