HTTP Status Codes Searchable Reference Guide
minimalist, searchable reference for web response codes. get technical meanings for 1xx-5xx status.
minimalist, searchable reference for web response codes. get technical meanings for 1xx-5xx status.
HTTP status codes are standard response codes given by web server servers on the internet. These three-digit integers indicate the result of an HTTP request and help developers diagnose issues between clients and servers. Our searchable HTTP reference provides clear, technical definitions for every major status code defined by the IETF, from successful 200 OK responses to critical 500 Internal Server Errors.
Whether you are building a REST API, debugging a frontend fetch request, or managing server logs, having a quick reference for status codes like 422 Unprocessable Entity or 429 Too Many Requests is essential for modern web engineering.
The 404 Not Found is the most recognized error, indicating that the server could not find the requested resource. For backend developers, the 500 Internal Server Error is also common, signifying an unhandled exception on the server.
HTTP 418 I'm a teapot is an Easter egg status code defined in RFC 2324 as part of the Hyper Text Coffee Pot Control Protocol (HTCPCP), intended as an April Fools' Joke.