List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81890
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=81895",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81885",
    "results": [
        {
            "quote": "Is it not clear, however, that bliss and envy are the numerator and denominator of the fraction called happiness? Yevgeny Zamyatin",
            "author": "",
            "likes": 523,
            "tags": [
                "happiness"
            ],
            "pk": 468624,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is there anyone so wise as to learn by the experience of others? Voltaire",
            "author": "",
            "likes": 184,
            "tags": [
                "words-of-wisdom"
            ],
            "pk": 468517,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What wisdom can you find that is greater than kindness? Jean-Jacques Rousseau",
            "author": "",
            "likes": 247,
            "tags": [
                "words-of-wisdom"
            ],
            "pk": 468151,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Try to enjoy the great festival of life with other men! Epictetus",
            "author": "",
            "likes": 631,
            "tags": [
                "life"
            ],
            "pk": 467949,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How many success stories do you need to hear before you make your own? Unknown",
            "author": "",
            "likes": 523,
            "tags": [
                "motivational"
            ],
            "pk": 467652,
            "image": null,
            "language": "en"
        }
    ]
}