What is HTTP Status Codes?
HTTP Status Codes Reference provides a comprehensive list of all HTTP status codes with descriptions and common use cases. From 1xx informational to 5xx server errors, understand what each code means and when to use it.
Common Use Cases
API Development
Choose appropriate status codes for your API responses.
Debugging
Understand error codes returned by servers and APIs.
Learning
Learn HTTP protocol and proper status code usage.
Documentation
Reference for writing API documentation.
How to Use This Tool
- Browse status codes by category (1xx-5xx)
- Search for specific codes or keywords
- Click on a code to see detailed description
- Learn when to use each status code
Related Tools
Learn More
- RFC 9110 — HTTP Semantics The IETF specification that authoritatively defines HTTP status codes.
- IANA — HTTP Status Code Registry The official IANA registry of registered HTTP status codes.