List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3905
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=3910",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3900",
    "results": [
        {
            "quote": "Tenderness is the greater proof of love than the most passionate of vows. Marlene Dietrich",
            "author": "Marlene Dietrich",
            "likes": 797,
            "tags": [
                "kindness"
            ],
            "pk": 469485,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you expect the blessings of God, be kind to His people. Abu Bakr",
            "author": "Abu Bakr",
            "likes": 195,
            "tags": [
                "kindness"
            ],
            "pk": 469486,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One man practicing kindness in the wilderness is worth all the temples this world pulls. Jack Kerouac",
            "author": "Jack Kerouac",
            "likes": 766,
            "tags": [
                "kindness"
            ],
            "pk": 469487,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I believe in the will. I believe in discipline. I believe in the organization. I believe in the rigor that gives us work. I believe in love as an engine of all things. I believe in the light. I believe in God. I believe in kindness. Edgar Ramirez",
            "author": "Edgar Ramirez",
            "likes": 132,
            "tags": [
                "kindness"
            ],
            "pk": 469488,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I believe in one God, and no more; and I hope for happiness beyond this life. I believe in the equality of man; and I believe that religious duties consist in doing justice, loving mercy, and endeavoring to make our fellow creatures happy. Thomas Paine",
            "author": "Thomas Paine",
            "likes": 672,
            "tags": [
                "kindness"
            ],
            "pk": 469489,
            "image": null,
            "language": "en"
        }
    ]
}