literary-quotes-api

Quick Reference: Status codes

Status Code Message Description
200 OK The request was successful and the server responded with the requested data.
400 Bad Request The server could not understand the request due to invalid syntax.
401 Unauthorized Authentication is required and has failed or has not yet been provided.
403 Forbidden The server understood the request but refuses to authorize it.
404 Not Found The requested resource could not be found on the server.
500 Internal Server Error The server encountered an unexpected condition that prevented it from fulfilling the request.
503 Service Unavailable The server is not ready to handle the request, typically due to maintenance or overload.