List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5440
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=5445",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5435",
    "results": [
        {
            "quote": "Confine yourself to the present. Marcus Aurelius",
            "author": "Marcus Aurelius",
            "likes": 91,
            "tags": [
                "short"
            ],
            "pk": 471129,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Enough is abundance to the wise. Euripides",
            "author": "Euripides",
            "likes": 246,
            "tags": [
                "short"
            ],
            "pk": 471130,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Inhale the future. Exhale the past.",
            "author": "",
            "likes": 513,
            "tags": [
                "short"
            ],
            "pk": 471131,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who knows he has enough is rich. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 520,
            "tags": [
                "short"
            ],
            "pk": 471132,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wherever you are, be totally there. Eckart Tolle",
            "author": "Eckart Tolle",
            "likes": 297,
            "tags": [
                "short"
            ],
            "pk": 471133,
            "image": null,
            "language": "en"
        }
    ]
}