List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3785
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=3790",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3780",
    "results": [
        {
            "quote": "Kindness is caring for others, even when they may not care for you. Unknown",
            "author": "",
            "likes": 219,
            "tags": [
                "kindness"
            ],
            "pk": 469359,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In life you can never be too kind or too fair; everyone you meet is carrying a heavy load. When you go through your day expressing kindness and courtesy to all you meet, you leave behind a feeling of warmth and good cheer, and you help alleviate the burdens everyone is struggling with. Brian Tracy",
            "author": "Brian Tracy",
            "likes": 351,
            "tags": [
                "kindness"
            ],
            "pk": 469360,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To understand the heart and mind of a person, look not at what he has already achieved, but at what he aspires to. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 264,
            "tags": [
                "kindness"
            ],
            "pk": 469361,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I slept and I dreamed that life is all joy. I woke and I saw that life is all service. I served and I saw that service is joy. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 389,
            "tags": [
                "kindness"
            ],
            "pk": 469362,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The beauty of a woman is not in a facial mole,but true beauty in a Woman is reflected in her soul. It is the caring that she lovingly gives, the passion that she knows. Audrey Hepburn",
            "author": "Audrey Hepburn",
            "likes": 344,
            "tags": [
                "kindness"
            ],
            "pk": 469363,
            "image": null,
            "language": "en"
        }
    ]
}