UtilityGrid
🔍
🔢

HTTP Status Codes Reference

Search and look up what every HTTP status code means (200, 301, 404, 500…).

Free · No sign-up · Updated August 2026

CodeMeaning
200 OKThe request succeeded.
201 CreatedThe request succeeded and a new resource was created.
204 No ContentSuccess, but there's no content to return.
301 Moved PermanentlyThe resource has permanently moved to a new URL.
302 FoundThe resource is temporarily at a different URL.
304 Not ModifiedThe cached version is still valid; use it.
307 Temporary RedirectTemporary redirect that preserves the method.
308 Permanent RedirectPermanent redirect that preserves the method.
400 Bad RequestThe server couldn't understand the request (bad syntax).
401 UnauthorizedAuthentication is required or has failed.
403 ForbiddenYou're authenticated but not allowed to access this.
404 Not FoundThe requested resource doesn't exist.
405 Method Not AllowedThe HTTP method isn't supported for this resource.
408 Request TimeoutThe server timed out waiting for the request.
409 ConflictThe request conflicts with the current state.
410 GoneThe resource was permanently removed.
418 I'm a teapotAn April Fools' joke code from RFC 2324.
422 Unprocessable EntityThe request was well-formed but had semantic errors (validation).
429 Too Many RequestsYou've been rate-limited — slow down.
500 Internal Server ErrorA generic server-side error occurred.
501 Not ImplementedThe server doesn't support the functionality.
502 Bad GatewayAn upstream server returned an invalid response.
503 Service UnavailableThe server is overloaded or down for maintenance.
504 Gateway TimeoutAn upstream server didn't respond in time.

A quick reference of common HTTP status codes: 2xx success, 3xx redirects, 4xx client errors, 5xx server errors.

🔒 This tool runs entirely in your browser. Your data is never uploaded.

Frequently asked questions

What do the code ranges mean?

2xx = success, 3xx = redirects, 4xx = client errors (your request), 5xx = server errors. Search any code for its exact meaning.

What's the difference between 401 and 403?

401 Unauthorized means you're not authenticated (missing or invalid credentials); 403 Forbidden means you're authenticated but not allowed to access it.

Related Developer Tools

Explore more categories