BluebirdBluebird
Home/HTTP Status Code Lookup

HTTP Status Code Lookup

Plain-English reference for every HTTP status code — 200, 301, 404, 500 and more.

  • Runs in your browser
  • No upload on server
  • Free, forever
  1. Enter details
  2. Run check
  3. Copy result
100Continue
Informational

The server has received the request headers and the client should proceed.

101Switching Protocols
Informational

The server is switching protocols as requested.

200OK
Success

Standard success — the request worked.

201Created
Success

The request succeeded and a new resource was created.

202Accepted
Success

Request accepted for processing, but not yet completed.

204No Content
Success

Success, but there is no body to return.

206Partial Content
Success

The server is returning part of the resource (range requests).

301Moved Permanently
Redirect

The resource has a new URL — update bookmarks and links.

302Found
Redirect

Temporary redirect to a different URL.

304Not Modified
Redirect

The cached copy is still fresh — no need to re-download.

307Temporary Redirect
Redirect

Same method, different URL, just for now.

308Permanent Redirect
Redirect

Like 301 but the original method is preserved.

400Bad Request
Client error

The server can't understand the request.

401Unauthorized
Client error

You need to sign in.

403Forbidden
Client error

You're signed in but not allowed.

404Not Found
Client error

The page or resource doesn't exist.

405Method Not Allowed
Client error

The HTTP method isn't supported on this URL.

408Request Timeout
Client error

The server gave up waiting for the request.

409Conflict
Client error

The request conflicts with the current state (e.g. duplicate).

410Gone
Client error

The resource used to exist but is permanently removed.

413Payload Too Large
Client error

The upload is bigger than the server allows.

415Unsupported Media Type
Client error

The server doesn't accept the body's format.

418I'm a Teapot
Client error

An April Fools' joke from RFC 2324 — still served as an Easter egg.

422Unprocessable Entity
Client error

Request is well-formed but failed validation.

429Too Many Requests
Client error

Rate-limited — slow down or wait.

500Internal Server Error
Server error

Something broke on the server side.

501Not Implemented
Server error

The server doesn't support this feature.

502Bad Gateway
Server error

An upstream server gave an invalid response.

503Service Unavailable
Server error

The server is overloaded or down for maintenance.

504Gateway Timeout
Server error

An upstream server didn't respond in time.

505HTTP Version Not Supported
Server error

The HTTP version in the request isn't supported.

How this works
  • Type a code or part of a name to filter the list.
  • Use it to explain an error to a non-technical teammate.
Static reference — no network calls.

Rate HTTP Status Code Lookup

One tap. Anonymous. Helps others find the good tools.

No account, no email, no tracking — just a 1–5 number.

Be the first to rate