List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3845
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=3850",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3840",
    "results": [
        {
            "quote": "What I call the depth of generosity is when people are very fond of giving away what they need most themselves. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 483,
            "tags": [
                "kindness"
            ],
            "pk": 469422,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Courage. Kindness. Friendship. Character. These are the qualities that define us as human beings, and propel us, on occasion, to greatness. R.J. Palacio",
            "author": "Palacio",
            "likes": 163,
            "tags": [
                "kindness"
            ],
            "pk": 469423,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Only the weak are cruel. Gentleness can only be expected from the strong. Leo Buscaglia",
            "author": "Leo Buscaglia",
            "likes": 462,
            "tags": [
                "kindness"
            ],
            "pk": 469425,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Loving yourself is healing the world. Jaymie Gerard",
            "author": "Jaymie Gerard",
            "likes": 542,
            "tags": [
                "kindness"
            ],
            "pk": 469426,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kindness in ourselves is the honey that blunts the sting of unkindness in another. Walter Savage Landor",
            "author": "Walter Savage Landor",
            "likes": 673,
            "tags": [
                "kindness"
            ],
            "pk": 469427,
            "image": null,
            "language": "en"
        }
    ]
}