List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4105
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=4110",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4100",
    "results": [
        {
            "quote": "Sitting silently beside a friend who is hurting may be the best gift we can give.",
            "author": "",
            "likes": 753,
            "tags": [
                "friendship"
            ],
            "pk": 469720,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When we honestly ask ourselves which person in our lives means the most us, we often find that it is those who, instead of giving much advice, solutions, or cures, have chosen rather to share our pain and touch our wounds with a gentle and tender hand. The friend who can be silent with us in a moment of despair or confusion, who can stay with us in an hour of grief and bereavement, who can tolerate not knowing, not curing, not healing and face with us the reality of our powerlessness, that is a friend who cares. Henri Nouwen",
            "author": "Henri Nouwen",
            "likes": 489,
            "tags": [
                "friendship"
            ],
            "pk": 469721,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The friend who holds your hand and says the wrong thing is made of dearer stuff than the one who stays away. Barbara Kingsolver",
            "author": "Barbara Kingsolver",
            "likes": 355,
            "tags": [
                "friendship"
            ],
            "pk": 469722,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Few friendships would survive if each one knew what his friend says of him behind his back. Blaise Pascal",
            "author": "Blaise Pascal",
            "likes": 664,
            "tags": [
                "friendship"
            ],
            "pk": 469723,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship, of itself a holy tie, is made more sacred by adversity. Charles Caleb Colton",
            "author": "Charles Caleb Colton",
            "likes": 158,
            "tags": [
                "friendship"
            ],
            "pk": 469724,
            "image": null,
            "language": "en"
        }
    ]
}