HTTP Responses and Error Codes
The FanFeedr API returns HTTP Status Codes for requests where applicable.
- 200 OK: Success!
- 400 Bad Request: The request was invalid.
- 403 Not Authorized: Authentication credentials not recognized.
- 403 Developer Inactive: User API key has not been enabled.
- 403 Forbidden: The request is understood, but it has been refused.
- 403 Over Rate Limit: This is the status code that will be returned during rate limiting.
- 404 Not Found: The URL requested is invalid or the requested resource does not exist.
- 406 Not Acceptable: Returned when an invalid format is specified in the request.
- 414 Request URL Too Long: The request has exceeded character limitation.
- 500 Internal Server Error: Something is broke. Please post to the forum so the FanFeedr API team can investigate.
- 502 Bad Gateway: The FanFeedr API is down or being upgraded.
- 503 Service Unavailable: The server is currently unable to handle the request due to overloading or maintenance.
- 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.