HTTP Status Code Lookup
Description
HTTP Status Code reference tool lists common HTTP response codes with descriptions, supporting search by code and description.
Use Cases
API development: Look up status codes for API responses
Web debugging: Understand HTTP error responses
Backend development: Choose appropriate status codes
Frontend development: Handle different response codes
Learning: Understand HTTP protocol status codes
Instructions
Browse the list of HTTP status codes
Use the search box to filter by code or description
Click on a code to see detailed information
View category groups: 1xx, 2xx, 3xx, 4xx, 5xx
Copy status code for use in your code
Notes
- Covers all standard HTTP/1.1 and HTTP/2 status codes
- Includes common custom status codes
- Updated with latest HTTP specifications
FAQ
What do the status code categories mean?
1xx: Informational, 2xx: Success, 3xx: Redirection, 4xx: Client Error, 5xx: Server Error.
Which status code should I use for "not found"?
Use 404 Not Found when the requested resource does not exist.