All tools

HTTP Status Codes

Look up HTTP response codes by number, name, or description. Filter by category tabs for 1xx through 5xx ranges.

Status codes

29 results
CodeNameCategoryDescription
100ContinueInformationalRequest received, continue sending body.
101Switching ProtocolsInformationalServer agrees to switch protocols.
102ProcessingInformationalRequest accepted but not finished.
200OKSuccessRequest succeeded.
201CreatedSuccessResource created successfully.
202AcceptedSuccessRequest accepted for processing.
204No ContentSuccessSuccess with no response body.
206Partial ContentSuccessPartial resource returned.
301Moved PermanentlyRedirectionResource moved to a new URL.
302FoundRedirectionTemporary redirect.
304Not ModifiedRedirectionCached version is still valid.
307Temporary RedirectRedirectionMethod must not change on redirect.
308Permanent RedirectRedirectionPermanent redirect preserving method.
400Bad RequestClient errorMalformed or invalid request.
401UnauthorizedClient errorAuthentication required.
403ForbiddenClient errorAuthenticated but not allowed.
404Not FoundClient errorResource does not exist.
405Method Not AllowedClient errorHTTP method not supported.
408Request TimeoutClient errorServer timed out waiting for request.
409ConflictClient errorRequest conflicts with current state.
413Payload Too LargeClient errorRequest body exceeds limit.
415Unsupported Media TypeClient errorContent type not supported.
422Unprocessable EntityClient errorValidation failed.
429Too Many RequestsClient errorRate limit exceeded.
500Internal Server ErrorServer errorUnexpected server failure.
501Not ImplementedServer errorFeature not supported.
502Bad GatewayServer errorInvalid upstream response.
503Service UnavailableServer errorServer temporarily unavailable.
504Gateway TimeoutServer errorUpstream server timed out.