DevKit
Reference

HTTP Status Codes

Searchable reference for all HTTP status codes with descriptions.

CodeNameDescription
100ContinueServer received request headers, client should proceed
101Switching ProtocolsServer agrees to switch protocols (e.g. WebSocket)
200OKRequest succeeded
201CreatedResource created successfully
204No ContentSuccess, no response body
301Moved PermanentlyResource permanently moved to new URL
302FoundResource temporarily at different URL
304Not ModifiedCached version is still valid
307Temporary RedirectRedirect preserving method
308Permanent RedirectPermanent redirect preserving method
400Bad RequestMalformed request syntax or invalid parameters
401UnauthorizedAuthentication required
403ForbiddenServer refuses to authorize the request
404Not FoundResource does not exist
405Method Not AllowedHTTP method not supported for this resource
409ConflictRequest conflicts with current server state
413Payload Too LargeRequest body exceeds server limit
415Unsupported Media TypeContent-Type not supported
422Unprocessable EntityValid syntax but semantic errors
429Too Many RequestsRate limit exceeded
500Internal Server ErrorUnexpected server error
502Bad GatewayInvalid response from upstream server
503Service UnavailableServer temporarily overloaded or in maintenance
504Gateway TimeoutUpstream server timed out

Was this tool helpful?