List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3900
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=3905",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3895",
    "results": [
        {
            "quote": "Constant kindness can accomplish much. As the sun makes ice melt, kindness causes misunderstanding, mistrust, and hostility to evaporate. Albert Schweitzer",
            "author": "Albert Schweitzer",
            "likes": 672,
            "tags": [
                "kindness"
            ],
            "pk": 469480,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Gentleness, self-sacrifice and generosity are the exclusive possession of no one race or religion. Mahatma Gandhi",
            "author": "Mahatma Gandhi",
            "likes": 742,
            "tags": [
                "kindness"
            ],
            "pk": 469481,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The Bible calls us to love our neighbors, and to do justice and love kindness, not to indiscriminately kill one another. Adam Hamilton",
            "author": "Adam Hamilton",
            "likes": 615,
            "tags": [
                "kindness"
            ],
            "pk": 469482,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who aspires to paradise should learn to deal with people with kindness. Ahmad Shah Massood",
            "author": "Ahmad Shah Massood",
            "likes": 761,
            "tags": [
                "kindness"
            ],
            "pk": 469483,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I love you when you bow in your mosque, kneel in your temple, pray in your church. For you and I are sons of one religion, and it is the spirit. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 504,
            "tags": [
                "kindness"
            ],
            "pk": 469484,
            "image": null,
            "language": "en"
        }
    ]
}