List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81615
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=81620",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81610",
    "results": [
        {
            "quote": "However many holy words you read, however many you speak, what good will they do you if you do not act on upon them?",
            "author": "",
            "likes": 230,
            "tags": [
                "buddha"
            ],
            "pk": 489330,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If we fail to look after others when they need help, who will look after us? Buddha",
            "author": "",
            "likes": 504,
            "tags": [
                "buddha"
            ],
            "pk": 489300,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If then there is an invincible necessity, why do you resist?",
            "author": "",
            "likes": 732,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489265,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why are we still lazy, indifferent and dull? Why do we look for excuses to avoid training and exercising our powers of reason?",
            "author": "",
            "likes": 702,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489193,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whenever you are about to find fault with someone, ask yourself the following question: What fault of mine most nearly resembles the one I am about to criticize?",
            "author": "",
            "likes": 263,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489178,
            "image": null,
            "language": "en"
        }
    ]
}