All possible status codes

Status CodeDescriptionDetails
200OKThe request has succeeded.
400Bad RequestA problem reading or understanding the request.
401UnauthorizedAuthentication required.
403ForbiddenInsufficient permissions to process the request.
404Not FoundThe server has not found anything matching the Request-URI.
429Too Many RequestsSent too many requests in a given amount of time ("rate limiting").
500Internal Server ErrorUnexpected generic error.
504Gateway TimeoutUnexpected error related to the gateway, DNS, proxy.