HTTP Status Code Lookup
Search and look up the meaning of every common HTTP status code.
The server has received the request headers and the client should proceed to send the request body.
The requester has asked the server to switch protocols.
The request succeeded.
The request succeeded and a new resource was created.
The request was accepted for processing, but processing isn't complete.
The server successfully processed the request but is not returning any content.
The resource has been permanently moved to a new URL.
The resource temporarily resides at a different URL.
The resource has not been modified since the version specified by the request headers.
The request should be repeated with another URL, but future requests should still use the original URL.
The resource has been permanently moved, and future requests should use the new URL.
The server cannot process the request due to a client error (malformed syntax, invalid data).
Authentication is required and has failed or has not been provided.
The server understood the request but refuses to authorize it.
The server can't find the requested resource.
The request method is known but not supported by the target resource.
The server timed out waiting for the request.
The request conflicts with the current state of the server.
The resource requested is no longer available and will not be available again.
A joke status defined in RFC 2324 — the server refuses to brew coffee because it is a teapot.
The request was well-formed but contains semantic errors.
The user has sent too many requests in a given amount of time (rate limiting).
A generic error message when an unexpected condition was encountered.
The server doesn't support the functionality required to fulfill the request.
The server, acting as a gateway, got an invalid response from the upstream server.
The server is not ready to handle the request, often due to maintenance or overload.
The server, acting as a gateway, did not get a response in time.
How to use HTTP Status Code Lookup
- 1Type a status code or keyword.
- 2Browse matching codes and descriptions.
Related tools
JSON Formatter
Beautify and indent messy JSON for easy reading.
JSON Validator
Check if your JSON is valid and see exactly where it breaks.
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text.
URL Encoder / Decoder
Encode or decode strings for safe use in URLs.