List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3895
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=3900",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3890",
    "results": [
        {
            "quote": "An eye for an eye, and the whole world would be blind. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 325,
            "tags": [
                "kindness"
            ],
            "pk": 469475,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Compassion is the signature of Higher Consciousness. Non-violence is the tool to evolve into the Higher Consciousness. Amit Ray",
            "author": "Amit Ray",
            "likes": 141,
            "tags": [
                "kindness"
            ],
            "pk": 469476,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kindness is in our power, even when fondness is not. Samuel Johnson",
            "author": "Samuel Johnson",
            "likes": 345,
            "tags": [
                "kindness"
            ],
            "pk": 469477,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Conquer the angry one by not getting angry; conquer the wicked by goodness; conquer the stingy by generosity, and the liar by speaking the truth. Buddha",
            "author": "Buddha",
            "likes": 134,
            "tags": [
                "kindness"
            ],
            "pk": 469478,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If a person seems wicked, do not cast him away. Awaken him with your words, elevate him with your deeds, repay his injury with your kindness. Do not cast him away; cast away his wickedness. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 614,
            "tags": [
                "kindness"
            ],
            "pk": 469479,
            "image": null,
            "language": "en"
        }
    ]
}