List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3925
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=3930",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3920",
    "results": [
        {
            "quote": "The everyday kindness of the back roads more than makes up for the acts of greed in the headlines. Charles Kuralt",
            "author": "Charles Kuralt",
            "likes": 178,
            "tags": [
                "kindness"
            ],
            "pk": 469505,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When our community is in a state of peace, it can share that peace with neighboring communities, and so on. When we feel love and kindness towards others, it not only makes others feel loved and cared for, but it helps us also to develop inner happiness and peace. And there are ways in which we can consciously work to develop feelings of love and kindness. For some of us, the most effective way to do so is through religious practice. For others it may be non-religious practices. What is important is that we each make a sincere effort to take our responsibility for each other and for the natural environment we live in seriously. Dalai Lama",
            "author": "Dalai Lama",
            "likes": 330,
            "tags": [
                "kindness"
            ],
            "pk": 469506,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every single time you help somebody stand up you are helping humanity rise. Steve Maraboli",
            "author": "Steve Maraboli",
            "likes": 139,
            "tags": [
                "kindness"
            ],
            "pk": 469507,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no need for temples, no need for complicated philosophies. My brain and my heart are my temples; my philosophy is kindness. Dalai Lama",
            "author": "Dalai Lama",
            "likes": 736,
            "tags": [
                "kindness"
            ],
            "pk": 469528,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be true to your work, your word, and your friend. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 332,
            "tags": [
                "friendship"
            ],
            "pk": 469529,
            "image": null,
            "language": "en"
        }
    ]
}