List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81775
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=81780",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81770",
    "results": [
        {
            "quote": "It is the desire for success that prevents humility; and without humility how can there be understanding? Jiddu Krishnamurti",
            "author": "",
            "likes": 219,
            "tags": [
                "humility"
            ],
            "pk": 479036,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be silent and listen: have you recognized your madness and do you admit it? Carl Jung",
            "author": "",
            "likes": 637,
            "tags": [
                "humility"
            ],
            "pk": 479018,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Learn to laugh at yourselves as one must laugh! Friedrich Nietzsche",
            "author": "",
            "likes": 350,
            "tags": [
                "humility"
            ],
            "pk": 478980,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is there a meditation that is not the ego trying to become? Is meditation conscious if every effort implies time? Jiddu Krishnamurti",
            "author": "",
            "likes": 251,
            "tags": [
                "ego"
            ],
            "pk": 478917,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How can the heart travel to God, when it is chained by its own desires? Ibn Arabi",
            "author": "",
            "likes": 51,
            "tags": [
                "ego"
            ],
            "pk": 478916,
            "image": null,
            "language": "en"
        }
    ]
}