List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81625
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=81630",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81620",
    "results": [
        {
            "quote": "If someone responds to insult like a rock, what has the abuser gained with his invective?",
            "author": "",
            "likes": 136,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489009,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have I been made for this, to lie under the blankets and keep myself warm?",
            "author": "",
            "likes": 448,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489005,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How long will you wait before you demand the best of yourself, and trust reason to determine what is best?",
            "author": "",
            "likes": 145,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489000,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What illusion about myself do I entertain?",
            "author": "",
            "likes": 738,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 488980,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Letter to Marie Winteler: As to whether I will be patient? What other choice do I have with my beloved, naughty little angle?",
            "author": "",
            "likes": 194,
            "tags": [
                "albert-einstein"
            ],
            "pk": 488746,
            "image": null,
            "language": "en"
        }
    ]
}