List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3830
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=3835",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3825",
    "results": [
        {
            "quote": "Virtue, perhaps, is nothing more than politeness of soul. Honore De Balzac",
            "author": "Honore De Balzac",
            "likes": 81,
            "tags": [
                "kindness"
            ],
            "pk": 469407,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Transparency, honesty, kindness, good stewardship, even humor, work in businesses at all times. John Gerzema",
            "author": "John Gerzema",
            "likes": 624,
            "tags": [
                "kindness"
            ],
            "pk": 469408,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Politeness makes one appear outwardly as they should be within. Jean de la Bruyere",
            "author": "Jean de la Bruyere",
            "likes": 644,
            "tags": [
                "kindness"
            ],
            "pk": 469409,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One of the greatest victories you can gain over someone is to beat him at politeness. Josh Billings",
            "author": "Josh Billings",
            "likes": 132,
            "tags": [
                "kindness"
            ],
            "pk": 469410,
            "image": null,
            "language": "en"
        },
        {
            "quote": "On Politeness : Easy to learn. Easy to practice. Marlene Dietrich",
            "author": "Marlene Dietrich",
            "likes": 620,
            "tags": [
                "kindness"
            ],
            "pk": 469411,
            "image": null,
            "language": "en"
        }
    ]
}