The Twitter API attempts to return appropriate HTTP status codes for every request. It is possible to suppress response codes for the REST API. 200 OK: Success! 304 Not Modified: There was no new data to return. 400 Bad Request: The request was invalid. An accompanying error message will explain why. This is the status code will be returned during rate limiting. 401 Unauthorized: Authentication cr