HTTP Status Codes

Free

Look up HTTP status codes with explanations and categories.

100% browser-based — data stays private
100Continue
Informational

Client should continue the request.

101Switching Protocols
Informational

Server is switching protocols per Upgrade header.

200OK
Success

Request succeeded.

201Created
Success

Resource created successfully.

204No Content
Success

Success with no response body.

301Moved Permanently
Redirection

Resource permanently moved to new URL.

302Found
Redirection

Temporary redirect.

304Not Modified
Redirection

Cached version is still valid.

307Temporary Redirect
Redirection

Temporary redirect preserving method.

308Permanent Redirect
Redirection

Permanent redirect preserving method.

400Bad Request
Client Error

Malformed or invalid request.

401Unauthorized
Client Error

Authentication required.

403Forbidden
Client Error

Authenticated but not authorized.

404Not Found
Client Error

Resource not found.

405Method Not Allowed
Client Error

HTTP method not supported for this resource.

408Request Timeout
Client Error

Server timed out waiting for request.

409Conflict
Client Error

Request conflicts with current resource state.

413Payload Too Large
Client Error

Request body exceeds server limit.

415Unsupported Media Type
Client Error

Content-Type not supported.

422Unprocessable Entity
Client Error

Validation failed on request body.

429Too Many Requests
Client Error

Rate limit exceeded.

500Internal Server Error
Server Error

Unexpected server error.

502Bad Gateway
Server Error

Invalid response from upstream server.

503Service Unavailable
Server Error

Server temporarily unavailable.

504Gateway Timeout
Server Error

Upstream server timed out.

About HTTP Status Codes

Complete HTTP status code reference for developers. Search by code number, name, or category with clear explanations for every standard status code.

Key Features

  • Search by code or name
  • Category grouping
  • Clear explanations
  • Developer reference
  • Copy status codes

How to Use

  1. 1Search for a status code.
  2. 2Read the explanation.
  3. 3Use as API development reference.

Common Use Cases

API development reference
Debugging HTTP errors
Learning HTTP protocol

Frequently Asked Questions

What's the most common error code?+

404 Not Found and 500 Internal Server Error are the most commonly encountered.

Related Tools

Browse more tools in Web Tools.