HTTP Status Codes
Browse and search all HTTP response status codes. Click any code for details, usage examples, and common scenarios. Switch to table view for a quick reference.
| Code | Description |
|---|
How It Works
HTTP status codes are three-digit numbers returned by a server in response to a client's request. They indicate whether the request was successful, redirected, or resulted in an error. Every HTTP response includes exactly one status code.
Status Code Categories
- 1xx Informational: The request was received and the server is continuing to process it. These are provisional responses. Example: 100 Continue — The server has received the request headers, and the client should proceed to send the request body.
- 2xx Success: The request was received, understood, and accepted successfully. Example: 200 OK — The standard response for successful HTTP requests. The actual response will depend on the request method used.
- 3xx Redirection: Further action is needed to complete the request, typically a redirect to a different URL. Example: 301 Moved Permanently — This and all future requests should be directed to the given URI.
- 4xx Client Error: The request contains bad syntax or cannot be fulfilled. The error is on the client side. Example: 404 Not Found — The requested resource was not found on the server.
- 5xx Server Error: The server failed to fulfill a valid request. The error is on the server side. Example: 500 Internal Server Error — A generic error message when the server encounters an unexpected condition.
Common Use Cases
- API Development: Choose the correct status code for REST API responses
- Debugging: Understand error responses from servers and APIs
- SEO: Ensure proper redirect codes (301 vs 302) for search engine optimization
- Monitoring: Interpret status codes in server logs and monitoring dashboards
HTTP status codes are a fundamental part of web communications, providing quick insights into the transactional status of HTTP requests and responses, guiding subsequent actions by clients, and aiding in the proper functioning of web services and APIs.
Related Utils
Feedback
Help us improve this page by providing feedback, and include your name/email if you want us to reach back. Thank you in advance.
Sending...
Feedback sent. Thank you!
Error occurred!
-
-
-
-
-
-
-
-
-
- API Response
- ASCII Table
- Code Bug Detector
- Code Explanation
- CSS Beautifier
- Env Parser
- GraphQL Query
- Syntax Highlight
- HTML Beautifier
- JS Beautifier
- JSON Formatter
- JSONPath
- JWT Decoder
- JS keyCodes
- API Lorem Ipsum
- RegExp
- Regex Library
- Semver Compare
- SQL Beautifier
- TOML Formatter
- Code Unminifier
- XML Beautifier
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Amortization
- Break-Even
- Compound Interest
- Crypto Profit/Loss
- Debt Payoff
- Discount
- Effective Interest
- Emergency Fund
- Inflation Calculator
- Simple Interest
- Invoice Calculator
- IRR Calculator
- Mortgage
- NPV Calculator
- Portfolio
- Profit Margin
- Rent vs Buy
- Retirement Calc
- ROI Calculator
- Salary vs Hourly
- Savings Goal
- Tax Calculator
- VAT
-
-
-
-
-
-
-
-
-
-
- Equation Solver
- Exponent Calculator
- Factorial Calculator
- Fibonacci Sequence
- Fraction Calculator
- Fraction Simplifier
- GCD Calculator
- GCD/LCM
- Least Common Multiple (LCM) Calculator
- Logarithm Calculator
- Magic Square
- Matrix Calculator
- Number Base Converter
- Pascal's Triangle
- PDE Solver
- Prime Checker
- Prime Factorization
- Roman Numbers
- Scientific Notation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Broken Link Checker
- Canonical URL Checker
- Core Web Vitals Checker
- Favicon
- Heading Structure
- Keyword Density
- Meta Tags
- Mobile-Friendly Test
- Open Graph Tags
- Page Load Time Analyzer
- Redirect Checker
- robots.txt
- Schema Markup
- SEO Optimized Checklist
- XML Sitemap
- Time on Page Tracker
- Page Title & Desc.
- Twitter Card Generator
-
-
-
-
-
-
- Acceleration
- Substance Amount
- Angle
- Area
- Astronomical
- Base Converter
- Capacitance
- Electric Charge
- Cooking
- Data Transfer
- Data Storage
- Density
- Energy Converter
- Force Converter
- Frequency Converter
- Fuel Economy
- Illuminance
- Inductance
- Length / Distance
- Power
- Pressure
- Electrical Resistance
- Time
- Speed
- Temperature
- Viscosity
- Volume
- Weight
-
-
-
-