Web & HTTP

HTTP Status Code Reference

Free online tool · runs in your browser

Quick reference for HTTP status codes.

CodeName
100Continue
101Switching Protocols
102Processing
200OK
201Created
202Accepted
204No Content
301Moved Permanently
302Found
304Not Modified
307Temporary Redirect
308Permanent Redirect
400Bad Request
401Unauthorized
403Forbidden
404Not Found
405Method Not Allowed
408Request Timeout
409Conflict
413Payload Too Large
415Unsupported Media Type
422Unprocessable Entity
429Too Many Requests
500Internal Server Error
502Bad Gateway
503Service Unavailable
504Gateway Timeout
  1. 1Use the search box to filter codes.
  2. 2Browse by category (1xx–5xx).

Free online http status code reference

Look up HTTP status codes with short meanings and when to use them. Search 404, 401, 403, 500, 502, 503, and the rest of the 1xx–5xx ranges. This is a developer reference, not an RFC reprint — common standard codes are listed so you can pick the right response while debugging APIs and web apps.

How to use HTTP Status Code Reference

  1. Use the search box to filter codes.
  2. Browse by category (1xx–5xx).

Limitations

  • Reference only — not all non-standard codes are listed.

Example

Input

Search: 404

Output

404 Not Found
The resource does not exist.
Typical use: Unknown routes or deleted records.

Frequently Asked Questions

What does HTTP 404 mean?

Not Found — the server cannot find the requested resource. Typical for unknown routes or deleted records.

Are unofficial status codes included?

The list focuses on commonly used standard codes, not every historical or vendor-specific code.

Is 418 included?

This reference focuses on commonly used standard codes.

Is HTTP Status Code Reference free to use?

Yes. HTTP Status Code Reference on ShadowReference is free, with no account, no watermarks, and no server-side processing.

Does this tool send my data to a server?

No. All processing happens locally in your browser. Your input never leaves your device.