Ad placeholder 728 × 90

HTTP Status Code Reference

Every HTTP response status code explained in plain English. Search, filter by category, or jump to a specific code.

No status codes match your search.

What Are HTTP Status Codes?

HTTP status codes are three-digit numbers returned by a web server in response to a client's request. They indicate whether the request was successful, redirected, resulted in an error, or requires further action. Every time your browser loads a page, downloads a file, or submits a form, the server sends back one of these codes along with the response.

Status codes are grouped into five classes based on their first digit. 1xx codes are informational, 2xx codes indicate success, 3xx codes handle redirection, 4xx codes signal client-side errors, and 5xx codes represent server-side errors. Understanding these codes is essential for web developers, DevOps engineers, and anyone debugging web applications or APIs.

The Most Common HTTP Status Codes Explained