List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81550
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=81555",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81545",
    "results": [
        {
            "quote": "If you cannot find the truth right where you are, where else do you expect to find it? Dogen",
            "author": "",
            "likes": 384,
            "tags": [
                "zen"
            ],
            "pk": 495982,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Where can I find a man who has forgotten words so I can talk with him? Zhuangzi",
            "author": "",
            "likes": 472,
            "tags": [
                "zen"
            ],
            "pk": 495754,
            "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": 565,
            "tags": [
                "zen"
            ],
            "pk": 495752,
            "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": 64,
            "tags": [
                "peace"
            ],
            "pk": 495632,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is so hard, how can we be anything but kind? Jack Kornfield",
            "author": "",
            "likes": 526,
            "tags": [
                "stoic"
            ],
            "pk": 495087,
            "image": null,
            "language": "en"
        }
    ]
}