HTTP Response codes

This pages lists potential HTTP response status codes and some guidance/hints on how to handle each one.

Success

HTTP Status codeReason
200Ok. Everything is good.

Error

HTTP Response codeReason
400Bad Request -- Your request is invalid. You need to reformat the request and resubmit it.
403Forbidden -- API key invalid or missing from your request
404Not Found -- The specified resource could not be found. Please check your URL.
405Method Not Allowed -- You tried to access the API with an invalid method.
406Not Acceptable -- You requested a format that isn't JSON.
429Too Many Requests -- You're requesting too many resources! Slow down!
500Internal Server Error -- We had a problem with our server. Try again later.
502Bad Gateway -- We're temporarily offline for maintenance. Please try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
504Gateway time-out

What’s Next