List the quotes, can be filtered via tags

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

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4770",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4760",
    "results": [
        {
            "quote": "Look for the thing you notice but no one else notices. Rick Rubin",
            "author": "Rick Rubin",
            "likes": 497,
            "tags": [
                "deep"
            ],
            "pk": 470407,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is wanted is not the will to believe, but the will to find out, which is the exact opposite. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 405,
            "tags": [
                "deep"
            ],
            "pk": 470408,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can tell a pioneer by the arrows in his back. Beverly Rubik",
            "author": "Beverly Rubik",
            "likes": 402,
            "tags": [
                "deep"
            ],
            "pk": 470409,
            "image": null,
            "language": "en"
        },
        {
            "quote": "First, see clearly. Next, act correctly. Finally, endure and accept the world as it is. Ryan Holiday",
            "author": "Ryan Holiday",
            "likes": 221,
            "tags": [
                "deep"
            ],
            "pk": 470410,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A poet should be so crafty with words that he is envied even for his pains. Criss Jami",
            "author": "Criss Jami",
            "likes": 766,
            "tags": [
                "deep"
            ],
            "pk": 470411,
            "image": null,
            "language": "en"
        }
    ]
}