List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5310
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=5315",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5305",
    "results": [
        {
            "quote": "Real kindness seeks no return.",
            "author": "",
            "likes": 156,
            "tags": [
                "short"
            ],
            "pk": 470995,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be gentle first with yourself. Lama Yeshe",
            "author": "Lama Yeshe",
            "likes": 503,
            "tags": [
                "short"
            ],
            "pk": 470996,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do small things with great love. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 708,
            "tags": [
                "short"
            ],
            "pk": 470997,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You will never regret being kind.",
            "author": "",
            "likes": 286,
            "tags": [
                "short"
            ],
            "pk": 470998,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In the end, only kindness matters.",
            "author": "",
            "likes": 444,
            "tags": [
                "short"
            ],
            "pk": 470999,
            "image": null,
            "language": "en"
        }
    ]
}