# Request Status Codes
For all requests, we will return an HTTP status code that indicates a success or the problem that has led to the failure.
Status Code | Explanation |
---|---|
200 | Successful Request |
404 | A requested endpoint does not exist |
422 | Validation error, please check the error message |
429 | You have hit your rate limit or your monthly limit |
500 | Internal Server Error - let us know: support@currencyapi.com |