List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3915
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=3920",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3910",
    "results": [
        {
            "quote": "The end result of kindness is that it draws people to you. Anita Roddick",
            "author": "Anita Roddick",
            "likes": 444,
            "tags": [
                "kindness"
            ],
            "pk": 469495,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Ask yourself: Have you been kind today? Make kindness your daily modus operandi and change your world. Annie Lennox",
            "author": "Annie Lennox",
            "likes": 547,
            "tags": [
                "kindness"
            ],
            "pk": 469496,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As much as we need a prosperous economy, we also need a prosperity of kindness and decency. Caroline Kennedy",
            "author": "Caroline Kennedy",
            "likes": 787,
            "tags": [
                "kindness"
            ],
            "pk": 469497,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you have donated, these children may never know your name, but they will never forget your kindness. Roma Downey",
            "author": "Roma Downey",
            "likes": 417,
            "tags": [
                "kindness"
            ],
            "pk": 469498,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Men are more prone to revenge injuries than to requite kindness. Thomas Fuller",
            "author": "Thomas Fuller",
            "likes": 729,
            "tags": [
                "kindness"
            ],
            "pk": 469499,
            "image": null,
            "language": "en"
        }
    ]
}