List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81515
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=81520",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81510",
    "results": [
        {
            "quote": "Everybody wants to be famous but nobody wants to do the work! Kevin Hart",
            "author": "",
            "likes": 755,
            "tags": [
                "hard-work"
            ],
            "pk": 498985,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The difference between try and triumph is just a little umph! Marvin Phillips",
            "author": "",
            "likes": 496,
            "tags": [
                "hard-work"
            ],
            "pk": 498984,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is prayer your steering wheel or your spare tire? Corrie ten Boom",
            "author": "",
            "likes": 587,
            "tags": [
                "strength"
            ],
            "pk": 498790,
            "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": 545,
            "tags": [
                "strength"
            ],
            "pk": 498689,
            "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": 322,
            "tags": [
                "confidence"
            ],
            "pk": 498492,
            "image": null,
            "language": "en"
        }
    ]
}