List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3805
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=3810",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3800",
    "results": [
        {
            "quote": "You give but little when you give of your possessions. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 508,
            "tags": [
                "kindness"
            ],
            "pk": 469380,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is when you give of yourself that you truly give. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 652,
            "tags": [
                "kindness"
            ],
            "pk": 469381,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A smile remains the most inexpensive gift I can bestow on anyone and yet its powers can vanquish kingdoms. Og Mandino",
            "author": "Og Mandino",
            "likes": 242,
            "tags": [
                "kindness"
            ],
            "pk": 469382,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The deeds you do may be the only sermon some persons will hear today. Francis of Assisi",
            "author": "Francis of Assisi",
            "likes": 284,
            "tags": [
                "kindness"
            ],
            "pk": 469383,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Great opportunities to help others seldom come, but small ones surround us every day. Sally Koch",
            "author": "Sally Koch",
            "likes": 366,
            "tags": [
                "kindness"
            ],
            "pk": 469384,
            "image": null,
            "language": "en"
        }
    ]
}