List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3840
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=3845",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3835",
    "results": [
        {
            "quote": "Tenderness and kindness are not signs of weakness and despair, but manifestations of strength and resolution. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 316,
            "tags": [
                "kindness"
            ],
            "pk": 469417,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Compassion is not weakness, and concern for the unfortunate is not socialism. Hubert H. Humphrey",
            "author": "Humphrey",
            "likes": 393,
            "tags": [
                "kindness"
            ],
            "pk": 469418,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Human kindness has never weakened the stamina or softened the fiber of a free people. A nation does not have to be cruel to be tough. Franklin D. Roosevelt",
            "author": "Roosevelt",
            "likes": 777,
            "tags": [
                "kindness"
            ],
            "pk": 469419,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is sometimes difficult to view compassion and loving kindness as the strengths they are. Sharon Salzberg",
            "author": "Sharon Salzberg",
            "likes": 480,
            "tags": [
                "kindness"
            ],
            "pk": 469420,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Having a soft heart in a cruel world is courage, not weakness. Unknown",
            "author": "",
            "likes": 689,
            "tags": [
                "kindness"
            ],
            "pk": 469421,
            "image": null,
            "language": "en"
        }
    ]
}