HTTP Status Code Lookup

100
Continue
The server has received the request headers and the client should proceed to send the request body.
101
Switching Protocols
The requester has asked the server to switch protocols.
102
Processing
The server has received and is processing the request, but no response is available yet.
200
OK
The request has succeeded.
201
Created
The request has succeeded and a new resource has been created.
202
Accepted
The request has been accepted for processing, but processing is not complete.
204
No Content
The server successfully processed the request and is not returning any content.
206
Partial Content
The server is delivering only part of the resource due to a range header.
301
Moved Permanently
This and all future requests should be directed to the given URI.
302
Found
The resource resides temporarily under a different URI.
303
See Other
The response can be found under a different URI using a GET method.
304
Not Modified
Indicates the resource has not been modified since the version specified.
307
Temporary Redirect
The request should be repeated with another URI, but future requests can still use the original.
308
Permanent Redirect
The request and all future requests should be repeated using another URI.
400
Bad Request
The server cannot process the request due to a client error.
401
Unauthorized
Authentication is required and has failed or not been provided.
402
Payment Required
Reserved for future use.
403
Forbidden
The request was valid, but the server is refusing to respond to it.
404
Not Found
The requested resource could not be found.
405
Method Not Allowed
A request method is not supported for the requested resource.
406
Not Acceptable
The requested resource is capable of generating only content not acceptable per the Accept headers.
408
Request Timeout
The server timed out waiting for the request.
409
Conflict
The request could not be completed due to a conflict with the current state of the resource.
410
Gone
The resource requested is no longer available and will not be available again.
411
Length Required
The request did not specify the length of its content.
413
Payload Too Large
The request is larger than the server is willing or able to process.
414
URI Too Long
The URI provided was too long for the server to process.
415
Unsupported Media Type
The request entity has a media type which the server does not support.
418
I'm a teapot
This code was defined as an April Fools joke and is not expected to be implemented.
422
Unprocessable Entity
The request was well-formed but could not be followed due to semantic errors.
425
Too Early
The server is unwilling to process a request that might be replayed.
429
Too Many Requests
The user has sent too many requests in a given amount of time.
431
Request Header Fields Too Large
The server is unwilling to process the request because header fields are too large.
451
Unavailable For Legal Reasons
A server operator has received a legal demand to deny access to a resource.
500
Internal Server Error
A generic error message given when an unexpected condition was encountered.
501
Not Implemented
The server either does not recognize the request method, or lacks the ability to fulfil it.
502
Bad Gateway
The server was acting as a gateway and received an invalid response from the upstream server.
503
Service Unavailable
The server is currently unavailable (overloaded or down for maintenance).
504
Gateway Timeout
The server was acting as a gateway and did not receive a timely response from the upstream server.
505
HTTP Version Not Supported
The server does not support the HTTP protocol version used in the request.
511
Network Authentication Required
The client needs to authenticate to gain network access.