List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81825
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=81830",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81820",
    "results": [
        {
            "quote": "If the blissful connection of a counterpart is the apex of all human emotion, why am I so happy so stand alone and feel the breeze? Unknown",
            "author": "",
            "likes": 484,
            "tags": [
                "solitude"
            ],
            "pk": 474682,
            "image": null,
            "language": "en"
        },
        {
            "quote": "They simply never understand, do they, that sometimes solitude is one of the most beautiful things on earth? Charles Bukowski",
            "author": "",
            "likes": 688,
            "tags": [
                "solitude"
            ],
            "pk": 474669,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Can you remember who you were, before the world told you who you should be? Charles Bukowski",
            "author": "",
            "likes": 122,
            "tags": [
                "solitude"
            ],
            "pk": 474668,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A table, a chair, a bowl of fruit and a violin; what else does a man need to be happy? Albert Einstein",
            "author": "",
            "likes": 398,
            "tags": [
                "solitude"
            ],
            "pk": 474567,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Silence may be golden, but can you think of a better way to entertain someone than to listen to him? Brigham Young",
            "author": "",
            "likes": 183,
            "tags": [
                "silence"
            ],
            "pk": 474559,
            "image": null,
            "language": "en"
        }
    ]
}