HTTP Responses and Error Codes

The FanFeedr API returns HTTP Status Codes for requests where applicable.

  1. 200 OK: Success!
  2. 400 Bad Request: The request was invalid.
  3. 403 Not Authorized: Authentication credentials not recognized.
  4. 403 Developer Inactive: User API key has not been enabled.
  5. 403 Forbidden: The request is understood, but it has been refused.
  6. 403 Over Rate Limit: This is the status code that will be returned during rate limiting.
  7. 404 Not Found: The URL requested is invalid or the requested resource does not exist.
  8. 406 Not Acceptable: Returned when an invalid format is specified in the request.
  9. 414 Request URL Too Long: The request has exceeded character limitation.
  10. 500 Internal Server Error: Something is broke. Please post to the forum so the FanFeedr API team can investigate.
  11. 502 Bad Gateway: The FanFeedr API is down or being upgraded.
  12. 503 Service Unavailable: The server is currently unable to handle the request due to overloading or maintenance.
  13. 504 Gateway Timeout: Failure of API to return results in the alotted time frame. Please post to the forum so the FanFeedr API team can investigate.