List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5320
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=5325",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5315",
    "results": [
        {
            "quote": "Be kind to unkind people. They need it the most.",
            "author": "",
            "likes": 350,
            "tags": [
                "short"
            ],
            "pk": 471005,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A warm smile is the universal language of kindness. William Arthur Ward",
            "author": "William Arthur Ward",
            "likes": 277,
            "tags": [
                "short"
            ],
            "pk": 471007,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be somebody who makes everybody feel like a somebody.",
            "author": "",
            "likes": 123,
            "tags": [
                "short"
            ],
            "pk": 471008,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No act of kindness, no matter how small, is ever wasted. Aesop",
            "author": "Aesop",
            "likes": 485,
            "tags": [
                "short"
            ],
            "pk": 471010,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can accomplish by kindness what you cannot by force. Publilius Syrus",
            "author": "Publilius Syrus",
            "likes": 736,
            "tags": [
                "short"
            ],
            "pk": 471011,
            "image": null,
            "language": "en"
        }
    ]
}