HTTP Status Codes
Free HTTP status code reference for 404, 500, 401 unauthorized, 429 rate limit, and other 1xx–5xx responses. Search by number or keyword.
Loading tool…
How it works
Type a status code (e.g. 404) or keyword (e.g. unauthorized) to look up its meaning. Leave the search blank to browse the complete grouped reference of informational, success, redirection, client error, and server error codes.
About HTTP Status Codes
Informational only, not professional advice. Report an error.
HTTP status codes are the vocabulary of the web. Every browser request, REST API call, and webhook response returns a three-digit code that tells you whether things worked, redirected, or failed, and why.
Whether you're debugging a 502 Bad Gateway behind a load balancer, explaining a 422 validation error to a frontend teammate, or documenting your API, a fast status code reference saves time. Search by number (404) or plain English (unauthorized, timeout, teapot).
This page groups codes into informational (1xx), success (2xx), redirection (3xx), client error (4xx), and server error (5xx) so you can scan the full cheat sheet or jump straight to the code you need.
Quick tips
- 4xx = problem with the request; 5xx = problem on the server.
- Bookmark this page next to your JSON formatter and Unix timestamp converter.
- Use 201 Created in APIs when a POST successfully creates a resource.
Reference data maintenance
HTTP status code reference. Last verified 2026-07-19 against IANA HTTP status codes. Re-checked when official standards change, see our editorial standards.
This tool is part of the free Developer collection on FindMeTool. Explore more Developer tools or browse the full tool directory.