List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5340
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=5345",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5335",
    "results": [
        {
            "quote": "The things that we love tell us what we are. Thomas Aquinas",
            "author": "Thomas Aquinas",
            "likes": 388,
            "tags": [
                "short"
            ],
            "pk": 471028,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When I am silent, I have thunder hidden inside. Rumi",
            "author": "Rumi",
            "likes": 650,
            "tags": [
                "short"
            ],
            "pk": 471029,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I may be no better, but at least I am different. Jean-Jacques Rousseau",
            "author": "Jean-Jacques Rousseau",
            "likes": 729,
            "tags": [
                "short"
            ],
            "pk": 471030,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no competition because nobody can be me.",
            "author": "",
            "likes": 181,
            "tags": [
                "short"
            ],
            "pk": 471031,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I am not the perishable body, but the eternal Self. Ramana Maharshi",
            "author": "Ramana Maharshi",
            "likes": 494,
            "tags": [
                "short"
            ],
            "pk": 471032,
            "image": null,
            "language": "en"
        }
    ]
}