Status families
1xx informational, 2xx success, 3xx redirects, 4xx client errors, 5xx server errors.
Search common HTTP response codes with class and meaning.
Updated
| Code | Title | Group | Description |
|---|---|---|---|
| 100 | Continue | 1xx | Request headers received; continue request body. |
| 200 | OK | 2xx | Request succeeded. |
| 201 | Created | 2xx | Resource created successfully. |
| 204 | No Content | 2xx | Request succeeded with no response body. |
| 301 | Moved Permanently | 3xx | Resource permanently moved to new URL. |
| 302 | Found | 3xx | Temporary redirect. |
| 304 | Not Modified | 3xx | Cached resource still valid. |
| 400 | Bad Request | 4xx | Malformed request syntax. |
| 401 | Unauthorized | 4xx | Authentication required. |
| 403 | Forbidden | 4xx | Server understood request but refuses it. |
| 404 | Not Found | 4xx | Resource not found. |
| 405 | Method Not Allowed | 4xx | HTTP method not allowed for resource. |
| 409 | Conflict | 4xx | Request conflicts with current state. |
| 410 | Gone | 4xx | Resource permanently removed. |
| 422 | Unprocessable Content | 4xx | Semantically invalid request payload. |
| 429 | Too Many Requests | 4xx | Rate limit exceeded. |
| 500 | Internal Server Error | 5xx | Generic server-side failure. |
| 502 | Bad Gateway | 5xx | Invalid upstream response. |
| 503 | Service Unavailable | 5xx | Server temporarily unavailable. |
| 504 | Gateway Timeout | 5xx | Upstream response timeout. |
Quick start
Search status codes by number, title or error type.
Type code like 404 or keyword like timeout.
Inspect category and practical interpretation.
Use result while debugging API or backend responses.
In-depth guide
Search common HTTP response codes and understand what each status means in API and web workflows.
1xx informational, 2xx success, 3xx redirects, 4xx client errors, 5xx server errors.
Pair status codes with response body and server logs to find root causes faster.
Use this tool for quick browser-based work when you need an answer or output immediately. Use a dedicated application or automated workflow when you need bulk processing, approvals, or repeatable production rules.
Browser-first by design. The tool page explains any exception before you use it.
Your input is handled in the browser wherever the tool can process it locally. EpitomeTool does not add an upload step unless a tool page explicitly says so.
This release includes the most commonly used response codes across 1xx-5xx.
Yes. Search matches code, title, group and description text.
Yes, it is optimized for quick API and backend debugging lookup.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.