List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5325
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=5330",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5320",
    "results": [
        {
            "quote": "The end result of kindness is that it draws people to you. Anita Roddick",
            "author": "Anita Roddick",
            "likes": 326,
            "tags": [
                "short"
            ],
            "pk": 471012,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We shall never know all the good that a simple smile can do. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 557,
            "tags": [
                "short"
            ],
            "pk": 471013,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How you make others feel about themselves says a lot about you.",
            "author": "",
            "likes": 536,
            "tags": [
                "short"
            ],
            "pk": 471014,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be kinder to yourself. And then let your kindness flood the world.",
            "author": "",
            "likes": 215,
            "tags": [
                "short"
            ],
            "pk": 471015,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How do we change the world? One random act of kindness at the time.",
            "author": "",
            "likes": 92,
            "tags": [
                "short"
            ],
            "pk": 471016,
            "image": null,
            "language": "en"
        }
    ]
}