List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5380
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=5385",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5375",
    "results": [
        {
            "quote": "Sometimes you need to close your eyes to see the real beauty.",
            "author": "",
            "likes": 396,
            "tags": [
                "short"
            ],
            "pk": 471069,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For me the greatest beauty always lies in the greatest clarity. Gotthold Ephraim Lessing",
            "author": "Gotthold Ephraim Lessing",
            "likes": 355,
            "tags": [
                "short"
            ],
            "pk": 471070,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The truth is not always beautiful, nor beautiful words the truth. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 679,
            "tags": [
                "short"
            ],
            "pk": 471071,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are imperfect, permanently and inevitably flawed. And you are beautiful. Amy Bloom",
            "author": "Amy Bloom",
            "likes": 308,
            "tags": [
                "short"
            ],
            "pk": 471072,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Time is money. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 749,
            "tags": [
                "short"
            ],
            "pk": 471073,
            "image": null,
            "language": "en"
        }
    ]
}