List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4900
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=4905",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4895",
    "results": [
        {
            "quote": "You are searching the world for treasure, but the real treasure is yourself. Rumi",
            "author": "Rumi",
            "likes": 417,
            "tags": [
                "deep"
            ],
            "pk": 470554,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Laughter is the sun that drives winter from the human face. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 420,
            "tags": [
                "deep"
            ],
            "pk": 470555,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be without some of the things you want is an indispensable part of happiness. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 654,
            "tags": [
                "deep"
            ],
            "pk": 470556,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How lucky am I to have something that makes saying goodbye so hard. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 440,
            "tags": [
                "deep"
            ],
            "pk": 470557,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No one can be sad when they have a balloon. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 284,
            "tags": [
                "deep"
            ],
            "pk": 470558,
            "image": null,
            "language": "en"
        }
    ]
}