List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81535
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=81540",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81530",
    "results": [
        {
            "quote": "Fear less, hope more; Eat less, chew more; Whine less, breathe more; Talk less, say more; Love more, and all good things will be yours! Swedish Proverb",
            "author": "",
            "likes": 283,
            "tags": [
                "simplicity"
            ],
            "pk": 497467,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why should we pay so much attention to what the majority thinks? Socrates",
            "author": "",
            "likes": 370,
            "tags": [
                "simplicity"
            ],
            "pk": 497405,
            "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": 523,
            "tags": [
                "simplicity"
            ],
            "pk": 497394,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Since when is solitude one of the Seven Deadly Sins? Susan Cain",
            "author": "",
            "likes": 584,
            "tags": [
                "introvert"
            ],
            "pk": 497227,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why is it that nobody understands me, yet everybody likes me? Albert Einstein",
            "author": "",
            "likes": 562,
            "tags": [
                "introvert"
            ],
            "pk": 497195,
            "image": null,
            "language": "en"
        }
    ]
}