List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=215
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=220",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=210",
    "results": [
        {
            "quote": "Do you really think you’ll learn and grow and achieve without failing? Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465766,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Obstacles are placed in our way to see if what we want is really worth fighting for. Unknown",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465767,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I cannot give you the formula for success, but I can give you the formula for failure: which is: Try to please everybody. Herbert B. Swope",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465768,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Man approaches the unattainable truth through a succession of errors. Aldous Huxley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465769,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is sweet and sweeter if long delayed and gotten through many struggles and defeats. Amos Bronson Alcott",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465770,
            "image": null,
            "language": "en"
        }
    ]
}