List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3880
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=3885",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3875",
    "results": [
        {
            "quote": "In human relationships, kindness and lies are worth a thousand truths. Graham Greene",
            "author": "Graham Greene",
            "likes": 187,
            "tags": [
                "kindness"
            ],
            "pk": 469460,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is always a way to be honest without being brutal. Arthur Dobrin",
            "author": "Arthur Dobrin",
            "likes": 470,
            "tags": [
                "kindness"
            ],
            "pk": 469461,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be kind, for everyone you meet is fighting a battle you know nothing about. Wendy Mass",
            "author": "Wendy Mass",
            "likes": 572,
            "tags": [
                "kindness"
            ],
            "pk": 469462,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is the characteristic of the magnanimous man to ask no favor but to be ready to do kindness to others. Aristotle",
            "author": "Aristotle",
            "likes": 408,
            "tags": [
                "kindness"
            ],
            "pk": 469463,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let us always meet each other with smile, for the smile is the beginning of love. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 749,
            "tags": [
                "kindness"
            ],
            "pk": 469464,
            "image": null,
            "language": "en"
        }
    ]
}