List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81855
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=81860",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81850",
    "results": [
        {
            "quote": "Be kind, for everyone you meet is fighting a hard battle Ian Maclaren",
            "author": "",
            "likes": 572,
            "tags": [
                "short"
            ],
            "pk": 471006,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who, being loved, is poor? Oscar Wilde",
            "author": "",
            "likes": 130,
            "tags": [
                "short"
            ],
            "pk": 470873,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If truth is beauty, how come no one has their hair done in a library? Lily Tomlin",
            "author": "",
            "likes": 168,
            "tags": [
                "short"
            ],
            "pk": 470769,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why is there an expiration date on sour cream? George Carlin",
            "author": "",
            "likes": 797,
            "tags": [
                "short"
            ],
            "pk": 470755,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do crabs think we walk sideways? Bill Murray",
            "author": "",
            "likes": 353,
            "tags": [
                "short"
            ],
            "pk": 470753,
            "image": null,
            "language": "en"
        }
    ]
}