Free Tools / HTTP Status Code Reference
HTTP Status Code Reference
Searchable reference of all common HTTP status codes. Fast, private and free — everything runs in your browser.
100Continue
101Switching Protocols
200OK
201Created
202Accepted
204No Content
206Partial Content
301Moved Permanently
302Found
304Not Modified
307Temporary Redirect
308Permanent Redirect
400Bad Request
401Unauthorized
403Forbidden
404Not Found
405Method Not Allowed
408Request Timeout
409Conflict
410Gone
413Payload Too Large
415Unsupported Media Type
418I'm a Teapot
422Unprocessable Entity
429Too Many Requests
500Internal Server Error
501Not Implemented
502Bad Gateway
503Service Unavailable
504Gateway Timeout
HTTP status codes explained
HTTP response status codes indicate the result of a server processing a request. They are grouped into five classes: informational (1xx), success (2xx), redirection (3xx), client error (4xx), and server error (5xx).
Frequently asked questions
Does this list every HTTP status code?
It includes the most commonly encountered codes from the 1xx, 2xx, 3xx, 4xx and 5xx ranges. Obscure or deprecated codes may be omitted.
What is a 418 status?
418 I'm a Teapot is an April Fools' joke from RFC 2324. It's not used in production but lives on as a developer Easter egg.