List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81800
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=81805",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81795",
    "results": [
        {
            "quote": "The difference between try and triumph is just a little umph! Marvin Phillips",
            "author": "",
            "likes": 574,
            "tags": [
                "hard-work"
            ],
            "pk": 476659,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is prayer your steering wheel or your spare tire? Corrie ten Boom",
            "author": "",
            "likes": 130,
            "tags": [
                "strength"
            ],
            "pk": 476465,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Where is the man who has the strength to be true, and to show himself as he is? Johann Wolfgang von Goethe",
            "author": "",
            "likes": 798,
            "tags": [
                "strength"
            ],
            "pk": 476364,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you are not presenting your message with confidence and self-belief, why should anyone have confidence or belief in your message? Loren Weisman",
            "author": "",
            "likes": 472,
            "tags": [
                "confidence"
            ],
            "pk": 476167,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why should we worry about what others think of us, do we have more confidence in their opinions than we do our own? Brigham Young",
            "author": "",
            "likes": 138,
            "tags": [
                "confidence"
            ],
            "pk": 476108,
            "image": null,
            "language": "en"
        }
    ]
}