DD
DevDash

HTTP Status Codes

Network Tools

Complete HTTP status code reference with explanations — 1xx to 5xx

By DevToolHQ teamUpdated 2026-04-15100% client-sideMethodology
100% client-side processing

1xx Informational

2xx Success

3xx Redirection

4xx Client Error

5xx Server Error

About HTTP Status Codes

A searchable reference for all standard HTTP status codes, grouped into the five categories defined by RFC 9110: 1xx Informational, 2xx Success, 3xx Redirection, 4xx Client Error, and 5xx Server Error. Each entry explains what the status means, when a server sends it, and what the client should do in response. The 4xx range is where most API debugging time is spent. 400 Bad Request means the server could not parse your request — check syntax and required fields. 401 Unauthorized means authentication is missing or invalid. 403 Forbidden means authenticated but not authorized. 404 Not Found means the resource does not exist at that path. 409 Conflict is returned when your request conflicts with current server state (common in optimistic concurrency). 422 Unprocessable Entity means the request was syntactically valid but failed validation. 429 Too Many Requests means you have hit a rate limit — check the Retry-After header. The 5xx range indicates server-side failures. 500 Internal Server Error is a catch-all. 502 Bad Gateway means an upstream service failed. 503 Service Unavailable means the server is intentionally refusing requests (overload or maintenance). 504 Gateway Timeout means the upstream service did not respond in time. Search by number, name, or keyword to find the code you are debugging quickly.

How to Use HTTP Status Codes Online

  1. Paste your data into the input field above
  2. The result appears instantly in the output area
  3. Click "Copy" to copy the result to your clipboard

Complete HTTP status code reference with explanations — 1xx to 5xx. Runs 100% client-side — no data is sent to any server.

Sponsored

Recommended Tools

Frequently Asked Questions

Related Tools

Want API access + no ads? Pro coming soon.