List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5425
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=5430",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5420",
    "results": [
        {
            "quote": "Owning things has a cost, and money is the least of it. David Cain",
            "author": "David Cain",
            "likes": 244,
            "tags": [
                "short"
            ],
            "pk": 471114,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is really simple, but we insist on making it complicated. Confucius",
            "author": "Confucius",
            "likes": 451,
            "tags": [
                "short"
            ],
            "pk": 471115,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stop pressing rewind on things that should be deleted in your life.",
            "author": "",
            "likes": 444,
            "tags": [
                "short"
            ],
            "pk": 471116,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The more possessions you have, the less time you have to enjoy them.",
            "author": "",
            "likes": 758,
            "tags": [
                "short"
            ],
            "pk": 471117,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My goal is no longer to get more done, but rather to have less to do. Francine Jay",
            "author": "Francine Jay",
            "likes": 776,
            "tags": [
                "short"
            ],
            "pk": 471118,
            "image": null,
            "language": "en"
        }
    ]
}