Back

HTTP Status Codes

Want to choose a relevant HTTP status code?

HTTP Codes

200 (OK)
Everything went okay.
206 (Partial Content)
We're returning the requested subsection of the data.
304 (Not Modified)
The requester already has the current version downloaded.
307 (Temporary Redirect)
The requested resource can be found at another location.
308 (Permanent Redirect)
The requested resource has permanently moved to another location.
400 (Bad Request)
Something about the request is wrong.
401 (Unauthorized)
Credentials are required to access this resource.
403 (Forbidden)
The requester is not permitted to make this request.
404 (Not Found)
The requested resource does not exist.
413 (Payload Too Large)
The requester is sending too much data.
429 (Too Many Requests)
The requester is making too many requests.
500 (Internal Server Error)
There was an error when processing the request.
3082 ()
The requested resource has permanently moved to another location.

Remaining Codes