List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81605
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=81610",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81600",
    "results": [
        {
            "quote": "As long as this exists, this sunshine and this cloudless sky, and as long as I can enjoy it, how can I be sad? Anne Frank",
            "author": "",
            "likes": 123,
            "tags": [
                "gratitude"
            ],
            "pk": 491089,
            "image": null,
            "language": "en"
        },
        {
            "quote": "But what is happiness except the simple harmony between a man and the life he leads? Albert Camus",
            "author": "",
            "likes": 337,
            "tags": [
                "happiness"
            ],
            "pk": 490968,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is it not clear, however, that bliss and envy are the numerator and denominator of the fraction called happiness? Yevgeny Zamyatin",
            "author": "",
            "likes": 266,
            "tags": [
                "happiness"
            ],
            "pk": 490949,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is there anyone so wise as to learn by the experience of others? Voltaire",
            "author": "",
            "likes": 629,
            "tags": [
                "words-of-wisdom"
            ],
            "pk": 490842,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What wisdom can you find that is greater than kindness? Jean-Jacques Rousseau",
            "author": "",
            "likes": 466,
            "tags": [
                "words-of-wisdom"
            ],
            "pk": 490476,
            "image": null,
            "language": "en"
        }
    ]
}