HTTP Status Codes

Search a reference of HTTP status codes and their meanings.

Status codes (33)

Details

200OK

2xx Success

The request succeeded.

The default success status. For GET the body is the resource; for POST it is the result of the action.

About the HTTP Status Codes

Every HTTP response starts with a three-digit status code. The first digit gives the class: 1xx informational, 2xx success, 3xx redirection, 4xx client error and 5xx server error.

Picking the right code matters — clients, proxies and CDNs change their caching and retry behaviour based on it. Search by number, name or description and open a code for details.

Frequently asked questions

Related tools

Find the MIME type for a file extension, or the reverse.

Open Tool

Build cURL, fetch and Python requests snippets from a request.

Open Tool