HTTP Status Explorer

Search and understand HTTP status codes

Informational (2)Success (4)Redirection (5)Client Error (13)Server Error (5)

Informational (1xx)

100

Continue

Server received request headers.

101

Switching Protocols

Server is switching protocols.

Success (2xx)

200

OK

The request succeeded.

201

Created

Request succeeded, resource created.

204

No Content

No content to send.

206

Partial Content

Partial resource returned.

Redirection (3xx)

301

Moved Permanently

URL changed permanently.

302

Found

URI changed temporarily.

304

Not Modified

Use cached version.

307

Temporary Redirect

Redirect to another URI.

308

Permanent Redirect

Resource permanently moved.

Client Error (4xx)

400

Bad Request

Server cannot process request.

401

Unauthorized

Authentication required.

403

Forbidden

No access rights.

404

Not Found

Resource not found.

405

Method Not Allowed

Method not supported.

408

Request Timeout

Server timed out.

409

Conflict

Request conflicts with state.

410

Gone

Content permanently deleted.

413

Payload Too Large

Request too large.

415

Unsupported Media Type

Media format not supported.

418

I'm a teapot

Server is a teapot.

422

Unprocessable Entity

Semantic errors.

429

Too Many Requests

Rate limit exceeded.

Server Error (5xx)

500

Internal Server Error

Server error.

501

Not Implemented

Method not supported.

502

Bad Gateway

Invalid gateway response.

503

Service Unavailable

Server not ready.

504

Gateway Timeout

Gateway timeout.