List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81540
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=81545",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81535",
    "results": [
        {
            "quote": "Can you sit alone in an empty room? Can you enjoy the joy of quiet? Leo Babauta",
            "author": "",
            "likes": 242,
            "tags": [
                "solitude"
            ],
            "pk": 497163,
            "image": null,
            "language": "en"
        },
        {
            "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": 83,
            "tags": [
                "solitude"
            ],
            "pk": 497007,
            "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": 404,
            "tags": [
                "solitude"
            ],
            "pk": 496994,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Can you remember who you were, before the world told you who you should be? Charles Bukowski",
            "author": "",
            "likes": 541,
            "tags": [
                "solitude"
            ],
            "pk": 496993,
            "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": 722,
            "tags": [
                "solitude"
            ],
            "pk": 496892,
            "image": null,
            "language": "en"
        }
    ]
}