List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5545
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=5550",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5540",
    "results": [
        {
            "quote": "The most certain sign of wisdom is cheerfulness. Michel de Montaigne",
            "author": "Michel de Montaigne",
            "likes": 347,
            "tags": [
                "short"
            ],
            "pk": 471237,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Not being able to govern events, I govern myself. Michel de Montaigne",
            "author": "Michel de Montaigne",
            "likes": 649,
            "tags": [
                "short"
            ],
            "pk": 471238,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The mind is everything. What you think you become. Buddha",
            "author": "Buddha",
            "likes": 175,
            "tags": [
                "short"
            ],
            "pk": 471239,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Honesty is the first chapter in the book of wisdom. Thomas Jefferson",
            "author": "Thomas Jefferson",
            "likes": 637,
            "tags": [
                "short"
            ],
            "pk": 471240,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who looks outside, dreams; who looks inside, awakes. Carl Gustav Jung",
            "author": "Carl Gustav Jung",
            "likes": 658,
            "tags": [
                "short"
            ],
            "pk": 471241,
            "image": null,
            "language": "en"
        }
    ]
}