HTTP Status Code Reference

Browse, search, and filter every standard HTTP status code with plain-English descriptions and real-world use cases.

Copied!

Summary

Browse, search, and filter every standard HTTP status code with plain-English descriptions and real-world use cases.

How it works

  1. All status codes load instantly in the browser — no server request needed.
  2. Type a code number or keyword in the search box to filter the list in real time.
  3. Click a class badge (1xx, 2xx, 3xx, 4xx, 5xx) to show only that category.
  4. Click any code row to expand it and read the full description and use cases.
  5. Click the copy icon next to a code to copy the numeric code to your clipboard.

Use cases

  • Quickly look up an unfamiliar status code while debugging an API.
  • Choose the correct response code when building a REST or HTTP API.
  • Review which codes an HTTP client should retry automatically.
  • Explain status codes to teammates or clients in plain language.
  • Check whether a code is a client-side (4xx) or server-side (5xx) problem.
  • Find the right redirect code (301 vs 302 vs 307 vs 308) for your use case.
  • Reference standard codes during code reviews or documentation.
  • Learn HTTP semantics without leaving your browser.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu