List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81570
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=81575",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81565",
    "results": [
        {
            "quote": "What wisdom can you find that is greater than kindness? Jean-Jacques Rousseau",
            "author": "",
            "likes": 686,
            "tags": [
                "short"
            ],
            "pk": 493334,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be kind, for everyone you meet is fighting a hard battle Ian Maclaren",
            "author": "",
            "likes": 573,
            "tags": [
                "short"
            ],
            "pk": 493331,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who, being loved, is poor? Oscar Wilde",
            "author": "",
            "likes": 736,
            "tags": [
                "short"
            ],
            "pk": 493198,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If truth is beauty, how come no one has their hair done in a library? Lily Tomlin",
            "author": "",
            "likes": 163,
            "tags": [
                "short"
            ],
            "pk": 493094,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why is there an expiration date on sour cream? George Carlin",
            "author": "",
            "likes": 585,
            "tags": [
                "short"
            ],
            "pk": 493080,
            "image": null,
            "language": "en"
        }
    ]
}