List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5445
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=5450",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5440",
    "results": [
        {
            "quote": "The essence of the Way is detachment. Bodhidharma",
            "author": "Bodhidharma",
            "likes": 331,
            "tags": [
                "short"
            ],
            "pk": 471134,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Neither seek nor avoid, take what comes. Swami Sivananda",
            "author": "Swami Sivananda",
            "likes": 65,
            "tags": [
                "short"
            ],
            "pk": 471135,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If it comes; let it. If it goes; let it.",
            "author": "",
            "likes": 599,
            "tags": [
                "short"
            ],
            "pk": 471136,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be like a tree. Let the dead leaves drop. Rumi",
            "author": "Rumi",
            "likes": 429,
            "tags": [
                "short"
            ],
            "pk": 471137,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest achievement is selflessness.",
            "author": "",
            "likes": 346,
            "tags": [
                "short"
            ],
            "pk": 471138,
            "image": null,
            "language": "en"
        }
    ]
}