List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81885
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=81890",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81880",
    "results": [
        {
            "quote": "How on earth are you ever going to explain in terms of chemistry and physics so important a biological phenomenon as first love? Albert Einstein",
            "author": "",
            "likes": 145,
            "tags": [
                "love"
            ],
            "pk": 469093,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If love is the answer, could you rephrase the question? Lily Tomlin",
            "author": "",
            "likes": 261,
            "tags": [
                "love"
            ],
            "pk": 469091,
            "image": null,
            "language": "en"
        },
        {
            "quote": "O Lord that lends me life, Lend me a heart replete with thankfulness! William Shakespeare",
            "author": "",
            "likes": 624,
            "tags": [
                "gratitude"
            ],
            "pk": 468929,
            "image": null,
            "language": "en"
        },
        {
            "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": 667,
            "tags": [
                "gratitude"
            ],
            "pk": 468764,
            "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": 572,
            "tags": [
                "happiness"
            ],
            "pk": 468643,
            "image": null,
            "language": "en"
        }
    ]
}