HTTP Status Code Lookup
Search any HTTP status code by number or keyword. Click a card to copy the code. A complete reference for all standard HTTP response codes used in web development and APIs.
Ctrl+K
About HTTP Status Codes
HTTP status codes are standardized three-digit numbers that web servers return in response to every HTTP request. They tell the client whether the request succeeded, was redirected, or encountered an error. Understanding these codes is essential for debugging APIs, configuring web servers, and building reliable web applications.
The Five Categories
- 1xx Informational — Request received, processing continues
- 2xx Success — Request was successfully received and processed
- 3xx Redirection — Further action needed to complete the request
- 4xx Client Error — The request contains an error on the client side
- 5xx Server Error — The server failed to fulfill a valid request