List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3855
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=3860",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3850",
    "results": [
        {
            "quote": "The greatest thing in the world is to know how to belong to oneself. Michel de Montaigne",
            "author": "Michel de Montaigne",
            "likes": 482,
            "tags": [
                "kindness"
            ],
            "pk": 469433,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The man who does not value himself, cannot value anything or anyone. Ayn Rand",
            "author": "Ayn Rand",
            "likes": 90,
            "tags": [
                "kindness"
            ],
            "pk": 469434,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be kind to others you must first be kind to yourself. wisdomquotes.com",
            "author": "com",
            "likes": 503,
            "tags": [
                "kindness"
            ],
            "pk": 469435,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never forget that once upon a time, in an unguarded moment, you recognized yourself as a friend. Elizabeth Gilbert",
            "author": "Elizabeth Gilbert",
            "likes": 528,
            "tags": [
                "kindness"
            ],
            "pk": 469436,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We cannot think of being acceptable to others until we have first proven acceptable to ourselves. Malcolm X",
            "author": "Malcolm X",
            "likes": 485,
            "tags": [
                "kindness"
            ],
            "pk": 469437,
            "image": null,
            "language": "en"
        }
    ]
}