List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81865
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=81870",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81860",
    "results": [
        {
            "quote": "But how could you live and have no story to tell? Fyodor Dostoyevsky",
            "author": "",
            "likes": 736,
            "tags": [
                "deep"
            ],
            "pk": 470545,
            "image": null,
            "language": "en"
        },
        {
            "quote": "And you? When will you begin that long journey into yourself? Rumi",
            "author": "",
            "likes": 794,
            "tags": [
                "deep"
            ],
            "pk": 470533,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Tell me, what is it you plan to do with your one wild and precious life? Mary Oliver",
            "author": "",
            "likes": 424,
            "tags": [
                "deep"
            ],
            "pk": 470530,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If the full moon loves you, why worry about the stars? Tunisian proverb",
            "author": "",
            "likes": 326,
            "tags": [
                "deep"
            ],
            "pk": 470516,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What if everything in the world were a misunderstanding, what if laughter were really tears? Soren Kierkegaard",
            "author": "",
            "likes": 98,
            "tags": [
                "deep"
            ],
            "pk": 470471,
            "image": null,
            "language": "en"
        }
    ]
}