List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81750
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=81755",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81745",
    "results": [
        {
            "quote": "The early morning hour should be dedicated to praise: do not the birds set us the example? Charles Spurgeon",
            "author": "",
            "likes": 574,
            "tags": [
                "good-morning"
            ],
            "pk": 481140,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For what human ill does not dawn seem to be an alleviation? Thornton Wilder",
            "author": "",
            "likes": 583,
            "tags": [
                "good-morning"
            ],
            "pk": 481130,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you woke up each morning, and immediately dwelt on your ills, what sort of a day could you look forward to? Maeve Binchy",
            "author": "",
            "likes": 137,
            "tags": [
                "good-morning"
            ],
            "pk": 481091,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If evolution really works, how come mothers only have two hands? Milton Berle",
            "author": "",
            "likes": 235,
            "tags": [
                "beautiful"
            ],
            "pk": 480945,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How terrible this darkness was, how bewildering, and yet mysteriously beautiful! Stefan Zweig",
            "author": "",
            "likes": 593,
            "tags": [
                "beautiful"
            ],
            "pk": 480816,
            "image": null,
            "language": "en"
        }
    ]
}