List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81835
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=81840",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81830",
    "results": [
        {
            "quote": "Where can I find a man who has forgotten words so I can talk with him? Zhuangzi",
            "author": "",
            "likes": 449,
            "tags": [
                "zen"
            ],
            "pk": 473429,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do you have the patience to wait until your mud settles and the water is clear? Lao Tzu",
            "author": "",
            "likes": 376,
            "tags": [
                "zen"
            ],
            "pk": 473427,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is it not better for a man to die for a cause in which he believes, such as peace, than to suffer for a cause in which he does not believe, such as war? Albert Einstein",
            "author": "",
            "likes": 120,
            "tags": [
                "peace"
            ],
            "pk": 473307,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is so hard, how can we be anything but kind? Jack Kornfield",
            "author": "",
            "likes": 501,
            "tags": [
                "stoic"
            ],
            "pk": 472762,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Can you take criticism and use it constructively? Robert Greene",
            "author": "",
            "likes": 282,
            "tags": [
                "stoic"
            ],
            "pk": 472748,
            "image": null,
            "language": "en"
        }
    ]
}