📡 HTTP Status Code Lookup
Look up HTTP status codes and their meanings
Continue
The server has received the request headers and the client should proceed to send the request body
Switching Protocols
The requester has asked the server to switch protocols
OK
Standard response for successful HTTP requests
Created
The request has been fulfilled and a new resource has been created
Accepted
The request has been accepted for processing, but processing is not complete
No Content
The server successfully processed the request but is not returning any content
Moved Permanently
This and all future requests should be directed to the given URI
Found
The resource is temporarily under a different URI
Not Modified
The resource has not been modified since the last request
Temporary Redirect
The request should be repeated with another URI but future requests should use the original URI
Permanent Redirect
All future requests should be directed to the given URI
Bad Request
The server cannot process the request due to client error
Unauthorized
Authentication is required and has failed or has not been provided
Forbidden
The request was valid but the server is refusing action
Not Found
The requested resource could not be found
Method Not Allowed
The request method is not supported for the requested resource
Request Timeout
The server timed out waiting for the request
Conflict
The request could not be completed due to a conflict
Too Many Requests
The user has sent too many requests in a given amount of time
Internal Server Error
A generic error message when the server encounters an unexpected condition
Not Implemented
The server does not recognize the request method
Bad Gateway
The server received an invalid response from the upstream server
Service Unavailable
The server is temporarily unable to handle the request
Gateway Timeout
The upstream server failed to send a request in time
Advertisement
About HTTP Status Codes
HTTP status codes are standard response codes given by web servers. They indicate whether a specific HTTP request has been successfully completed. Status codes are grouped into five classes based on their first digit.
Features
- ✓Complete list of common HTTP status codes
- ✓Search by code number or message
- ✓Color-coded by category (1xx-5xx)
- ✓Detailed descriptions for each status
- ✓Quick reference for debugging
- ✓Works offline in your browser
How to Use
- 1.Browse all HTTP status codes
- 2.Search for a specific code or message
- 3.Read the description and use case
- 4.Use for debugging API responses