List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3985
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=3990",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3980",
    "results": [
        {
            "quote": "Rare as is true love, true friendship is rarer. Jean de La Fontaine",
            "author": "Jean de La Fontaine",
            "likes": 596,
            "tags": [
                "friendship"
            ],
            "pk": 469593,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No one is useless in this world who lightens the burdens of another. Charles Dickens",
            "author": "Charles Dickens",
            "likes": 74,
            "tags": [
                "friendship"
            ],
            "pk": 469594,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wishing to be friends is quick work, but friendship is a slow ripening fruit. Aristotle",
            "author": "Aristotle",
            "likes": 715,
            "tags": [
                "friendship"
            ],
            "pk": 469595,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One measure of friendship consists not in the number of things friends can discuss, but in the number of things they need no longer mention. Clifton Fadiman",
            "author": "Clifton Fadiman",
            "likes": 520,
            "tags": [
                "friendship"
            ],
            "pk": 469597,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We live, in fact, in a world starved for solitude, silence, and private: and therefore starved for meditation and true friendship. C.S. Lewis",
            "author": "Lewis",
            "likes": 535,
            "tags": [
                "friendship"
            ],
            "pk": 469598,
            "image": null,
            "language": "en"
        }
    ]
}