List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5255
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=5260",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5250",
    "results": [
        {
            "quote": "There is no way to happiness. Happiness is the way. Thich Nhat Hanh",
            "author": "Thich Nhat Hanh",
            "likes": 251,
            "tags": [
                "short"
            ],
            "pk": 470936,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Work out your own salvation. Do not depend on others. Buddha",
            "author": "Buddha",
            "likes": 254,
            "tags": [
                "short"
            ],
            "pk": 470937,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is the absence of the pursuit of happiness.",
            "author": "",
            "likes": 342,
            "tags": [
                "short"
            ],
            "pk": 470938,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stay true to you and you will end up incredibly happy.",
            "author": "",
            "likes": 83,
            "tags": [
                "short"
            ],
            "pk": 470939,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is needing less. Unhappiness is wanting more.",
            "author": "",
            "likes": 603,
            "tags": [
                "short"
            ],
            "pk": 470940,
            "image": null,
            "language": "en"
        }
    ]
}