All lookups run locally in your browser. No search terms or status codes you view are ever transmitted to a server.
Your All‑In‑One Online Tool Hub
Look Up Any Status Code — Instantly, With Real Usage Guidance
Search or filter all standard HTTP status codes from 1xx through 5xx, plus common unofficial codes like Cloudflare's 520s and nginx's 444. Every code includes a plain-English meaning, practical usage guidance, and the easily-confused codes nearby — not just a dictionary definition.
All lookups run locally in your browser. No search terms or status codes you view are ever transmitted to a server.
404 Not Found) to your clipboard — handy for documentation, support tickets, or commit messages.An HTTP status code is a three-digit number a server sends back with every response to tell the client what happened to the request. Codes are grouped into five classes by their first digit: 1xx (informational), 2xx (success), 3xx (redirection), 4xx (client error), and 5xx (server error).
401 Unauthorized means the server doesn't know who you are — your credentials are missing or invalid, and you should authenticate (or re-authenticate). 403 Forbidden means the server knows exactly who you are, but you don't have permission to access that resource regardless of how well you authenticate.
409 Conflict means the request is well-formed but clashes with the current state of the resource on the server, such as a duplicate entry. 422 Unprocessable Content means the request itself fails validation rules, such as an invalid email format, independent of any existing server state.
418 started as an April Fools' joke in RFC 2324 describing a fictional Hyper Text Coffee Pot Control Protocol. It is now listed as Unused in the official IANA registry, but many frameworks and APIs still implement it for fun as an easter egg.
Codes such as 520-524 are not part of the official IANA registry — they are vendor-specific extensions, most commonly used by Cloudflare to describe connection issues between its network and an origin server. Other unofficial codes, like nginx's 444 and 499, are specific to particular server software and never appear in any RFC.
This reference tool explains what each code means, but to check the real-time status code, redirect chain, and headers for a specific URL right now, use the HTTP Header Checker tool, which makes a live request and reports back the actual response.
Disclaimer: QuickITTools.com and EnterPlanet LLC strive to make our tools as accurate as possible. This reference is provided for informational and educational purposes only and is based on the IANA HTTP Status Code Registry and RFC 9110. Status code usage in the wild can vary between servers, frameworks, and APIs. Always consult the specific API or server documentation you are integrating with for authoritative behavior. All lookups are performed locally in your browser — no data is transmitted to our servers.