List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81850
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=81855",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81845",
    "results": [
        {
            "quote": "If you try to fail, and succeed, which have you done? George Carlin",
            "author": "",
            "likes": 176,
            "tags": [
                "funny"
            ],
            "pk": 471895,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have you ever noticed that anybody driving slower than you is an idiot, and anyone going faster than you is a maniac? George Carlin",
            "author": "",
            "likes": 364,
            "tags": [
                "funny"
            ],
            "pk": 471891,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do Lipton employees take coffee breaks? Steven Wright",
            "author": "",
            "likes": 438,
            "tags": [
                "funny"
            ],
            "pk": 471809,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have you ever met a hater doing better than you?",
            "author": "",
            "likes": 249,
            "tags": [
                "short"
            ],
            "pk": 471702,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What wisdom can you find that is greater than kindness? Jean-Jacques Rousseau",
            "author": "",
            "likes": 288,
            "tags": [
                "short"
            ],
            "pk": 471009,
            "image": null,
            "language": "en"
        }
    ]
}