List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81820
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=81825",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81815",
    "results": [
        {
            "quote": "Why should we pay so much attention to what the majority thinks? Socrates",
            "author": "",
            "likes": 160,
            "tags": [
                "simplicity"
            ],
            "pk": 475080,
            "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": 275,
            "tags": [
                "simplicity"
            ],
            "pk": 475069,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Since when is solitude one of the Seven Deadly Sins? Susan Cain",
            "author": "",
            "likes": 434,
            "tags": [
                "introvert"
            ],
            "pk": 474902,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why is it that nobody understands me, yet everybody likes me? Albert Einstein",
            "author": "",
            "likes": 374,
            "tags": [
                "introvert"
            ],
            "pk": 474870,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Can you sit alone in an empty room? Can you enjoy the joy of quiet? Leo Babauta",
            "author": "",
            "likes": 87,
            "tags": [
                "solitude"
            ],
            "pk": 474838,
            "image": null,
            "language": "en"
        }
    ]
}