ToolBox
Search 80+ tools…/
DeveloperTextSecurityAI ToolsBlog
Search 80+ tools…

Free AI Tools

Text to SpeechFreeOffline AI ChatFree

Categories

DeveloperTextSecurityAI ToolsImageConverterMathSEO

More

BlogAll Tools
ToolBox

Free and premium mini online tools. Fast, simple, and privacy-friendly.

21 tools & growing

Tools

  • Developer
  • Text
  • Security
  • AI Tools
  • All Tools

Account

  • Sign In
  • Dashboard
  • Buy Credits
  • Favorites

Company

  • Blog
  • API Docs
  • Privacy
  • Terms
© 2026 ToolBox. All rights reserved.Built with♥for developers
HomeToolsDeveloperHTTP Status Code Reference

HTTP Status Code Reference

Free

Look up any HTTP status code with description and use cases.

100Continue1xx

The server received the request headers and the client should proceed to send the request body.

101Switching Protocols1xx

The server is switching protocols as requested by the client (e.g. HTTP → WebSocket).

102Processing1xx

WebDAV: the server has received and is processing the request, but no response is available yet.

103Early Hints1xx

Used to return some response headers before the final HTTP message, for link preloading.

200OK2xx

Standard successful response for GET, POST, PUT, PATCH, DELETE requests.

201Created2xx

A new resource was successfully created. Typically returned after POST or PUT.

202Accepted2xx

The request has been accepted for processing, but processing is not complete.

204No Content2xx

Success, but no response body. Common for DELETE requests.

206Partial Content2xx

The server is delivering only part of the resource (range requests, video streaming).

301Moved Permanently3xx

The resource has been permanently moved. Browsers and search engines update their links.

302Found3xx

Temporary redirect. The client should continue to use the original URL for future requests.

303See Other3xx

Redirect after a POST — tells client to GET a different URL.

304Not Modified3xx

Cached content is still valid. Server tells client to use its cached version.

307Temporary Redirect3xx

Temporary redirect, but the method and body must not change (unlike 302).

308Permanent Redirect3xx

Permanent redirect, method and body must not change (unlike 301).

400Bad Request4xx

The server cannot process the request due to malformed syntax or invalid input.

401Unauthorized4xx

Authentication is required. The client must authenticate to get the requested response.

403Forbidden4xx

The server understood the request but refuses to authorize it. Different from 401.

404Not Found4xx

The server cannot find the requested resource. The URL is not recognized.

405Method Not Allowed4xx

The request method is not allowed for this resource (e.g. PUT on a read-only endpoint).

408Request Timeout4xx

The server timed out waiting for the request.

409Conflict4xx

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

410Gone4xx

The resource is permanently deleted and will not be available again.

413Content Too Large4xx

The request entity is larger than limits defined by the server.

415Unsupported Media Type4xx

The media format of the requested data is not supported by the server.

422Unprocessable Entity4xx

The request was well-formed but unable to be processed due to semantic errors. Common in REST APIs.

429Too Many Requests4xx

The user has sent too many requests in a given time (rate limiting).

500Internal Server Error5xx

A generic server error. Something went wrong on the server side.

501Not Implemented5xx

The server does not support the functionality required to fulfill the request.

502Bad Gateway5xx

The server received an invalid response from an upstream server.

503Service Unavailable5xx

The server is not ready to handle the request (overloaded or down for maintenance).

504Gateway Timeout5xx

The server did not receive a timely response from an upstream server.

507Insufficient Storage5xx

The server is unable to store the representation needed to complete the request.

Rate this tool

About HTTP Status Code Reference

Searchable reference for all HTTP status codes — 1xx informational, 2xx success, 3xx redirect, 4xx client error, and 5xx server error. Each code includes a description, common use cases, and example scenarios.

httpstatus codes404200301500rest apihttp codes

Related Tools

Free

.htaccess & Nginx Redirect Generator

Generate Apache and Nginx redirect rules from old/new URL pairs.

redirect.htaccess
Free

Open Graph Preview

Preview how your page looks when shared on social media platforms.

open graphog tags