List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3885
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3890",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3880",
    "results": [
        {
            "quote": "He who sows courtesy reaps friendship, and he who plants kindness gathers love. St. Basil",
            "author": "Basil",
            "likes": 265,
            "tags": [
                "kindness"
            ],
            "pk": 469465,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The very nature of kindness is to spread. If you are kind to others, today they will be kind to you, and tomorrow to somebody else. Sri Chinmoy",
            "author": "Sri Chinmoy",
            "likes": 300,
            "tags": [
                "kindness"
            ],
            "pk": 469466,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As the rain falls on the just and unjust alike, let your heart be untroubled by judgments and let your kindness rain down on all. Buddha",
            "author": "Buddha",
            "likes": 455,
            "tags": [
                "kindness"
            ],
            "pk": 469467,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If a man be gracious and courteous to strangers, it shows he is a citizen of the world, and that his heart is no island cut off from other lands, but a continent that joins to them. Francis Bacon",
            "author": "Francis Bacon",
            "likes": 175,
            "tags": [
                "kindness"
            ],
            "pk": 469468,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be nice to each other. You can make a whole day a different day for everybody. Richard Dawson",
            "author": "Richard Dawson",
            "likes": 487,
            "tags": [
                "kindness"
            ],
            "pk": 469469,
            "image": null,
            "language": "en"
        }
    ]
}