List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5560
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=5565",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5555",
    "results": [
        {
            "quote": "Nothing ever goes away until it has taught us what we need to know.",
            "author": "",
            "likes": 748,
            "tags": [
                "short"
            ],
            "pk": 471252,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Insanity is doing the same thing, over and over again, but expecting different results. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 702,
            "tags": [
                "short"
            ],
            "pk": 471254,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whenever you find yourself on the side of the majority, it is time to pause and reflect. Mark Twain",
            "author": "Mark Twain",
            "likes": 301,
            "tags": [
                "short"
            ],
            "pk": 471255,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Courage, dear heart. C.S. Lewis",
            "author": "Lewis",
            "likes": 323,
            "tags": [
                "short"
            ],
            "pk": 471256,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who is brave is free. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 279,
            "tags": [
                "short"
            ],
            "pk": 471257,
            "image": null,
            "language": "en"
        }
    ]
}