List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5250
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=5255",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5245",
    "results": [
        {
            "quote": "The less I needed, the better I felt. Charles Bukowski",
            "author": "Charles Bukowski",
            "likes": 514,
            "tags": [
                "short"
            ],
            "pk": 470930,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness can exist only in acceptance. George Orwell",
            "author": "George Orwell",
            "likes": 560,
            "tags": [
                "short"
            ],
            "pk": 470931,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Man is the artificer of his own happiness. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 703,
            "tags": [
                "short"
            ],
            "pk": 470932,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One of the keys to happiness is a bad memory. Rita Mae Brown",
            "author": "Rita Mae Brown",
            "likes": 791,
            "tags": [
                "short"
            ],
            "pk": 470933,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To live happily is an inward power of the soul. Marcus Aurelius",
            "author": "Marcus Aurelius",
            "likes": 292,
            "tags": [
                "short"
            ],
            "pk": 470934,
            "image": null,
            "language": "en"
        }
    ]
}