List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5450
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=5455",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5445",
    "results": [
        {
            "quote": "If all you can do is crawl, start crawling. Rumi",
            "author": "Rumi",
            "likes": 251,
            "tags": [
                "short"
            ],
            "pk": 471139,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are no problems without consciousness. Carl Gustav Jung",
            "author": "Carl Gustav Jung",
            "likes": 553,
            "tags": [
                "short"
            ],
            "pk": 471140,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The quieter you become, the more you can hear. Baba Ram Dass",
            "author": "Baba Ram Dass",
            "likes": 656,
            "tags": [
                "short"
            ],
            "pk": 471141,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you are too busy to laugh, you are too busy.",
            "author": "",
            "likes": 173,
            "tags": [
                "short"
            ],
            "pk": 471142,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When the disciple is ready, the master appears. Osho",
            "author": "Osho",
            "likes": 502,
            "tags": [
                "short"
            ],
            "pk": 471143,
            "image": null,
            "language": "en"
        }
    ]
}