List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3910
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=3915",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3905",
    "results": [
        {
            "quote": "We must seek the loving-kindness of God in all the breadth and open-air of common life. George A. Smith",
            "author": "Smith",
            "likes": 196,
            "tags": [
                "kindness"
            ],
            "pk": 469490,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I admire the fact that the central core of Buddhist teaching involves mindfulness and loving kindness and compassion. Ron Reagan",
            "author": "Ron Reagan",
            "likes": 661,
            "tags": [
                "kindness"
            ],
            "pk": 469491,
            "image": null,
            "language": "en"
        },
        {
            "quote": "But I tell you, love your enemies and pray for those who persecute you. Matthew 5:44",
            "author": "Matthew 5:44",
            "likes": 355,
            "tags": [
                "kindness"
            ],
            "pk": 469492,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love your neighbor as yourself. Mark 12:31",
            "author": "Mark 12:31",
            "likes": 318,
            "tags": [
                "kindness"
            ],
            "pk": 469493,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A warm smile is the universal language of kindness. William Arthur Ward",
            "author": "William Arthur Ward",
            "likes": 405,
            "tags": [
                "kindness"
            ],
            "pk": 469494,
            "image": null,
            "language": "en"
        }
    ]
}