List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3790
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=3795",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3785",
    "results": [
        {
            "quote": "It does not matter how long you are spending on the earth, how much money you have gathered or how much attention you have received. It is the amount of positive vibration you have radiated in life that matters. Amit Ray",
            "author": "Amit Ray",
            "likes": 695,
            "tags": [
                "kindness"
            ],
            "pk": 469364,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Too often we underestimate the power of a touch, a smile, a kind word, a listening ear, an honest compliment, or the smallest act of caring, all of which have the potential to turn a life around. Leo Buscaglia",
            "author": "Leo Buscaglia",
            "likes": 214,
            "tags": [
                "kindness"
            ],
            "pk": 469365,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We must learn to regard people less in the light of what they do or omit to do, and more in the light of what they suffer. Dietrich Bonhoeffer",
            "author": "Dietrich Bonhoeffer",
            "likes": 731,
            "tags": [
                "kindness"
            ],
            "pk": 469366,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only people with whom you should try to get even are those who have helped you. John E. Southard",
            "author": "Southard",
            "likes": 592,
            "tags": [
                "kindness"
            ],
            "pk": 469367,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Real generosity is doing something nice for someone who will never find out. Frank A. Clark",
            "author": "Clark",
            "likes": 470,
            "tags": [
                "kindness"
            ],
            "pk": 469368,
            "image": null,
            "language": "en"
        }
    ]
}