List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3800
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=3805",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3795",
    "results": [
        {
            "quote": "Deeds of kindness are equal in weight to all the commandments. Talmud",
            "author": "Talmud",
            "likes": 571,
            "tags": [
                "kindness"
            ],
            "pk": 469375,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Keep feeling the need for being first. But I want you to be first in love. I want you to be first in moral excellence. I want you to be first in generosity. Martin Luther King Jr",
            "author": "Martin Luther King Jr",
            "likes": 473,
            "tags": [
                "kindness"
            ],
            "pk": 469376,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who sees a need and waits to be asked for help is as unkind as if he had refused it. Dante Alighieri",
            "author": "Dante Alighieri",
            "likes": 350,
            "tags": [
                "kindness"
            ],
            "pk": 469377,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Generosity is giving more than you can, and pride is taking less than you need. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 259,
            "tags": [
                "kindness"
            ],
            "pk": 469378,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Generosity is not giving me that which I need more than you do, but it is giving me that which you need more than I do. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 523,
            "tags": [
                "kindness"
            ],
            "pk": 469379,
            "image": null,
            "language": "en"
        }
    ]
}