List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3835
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=3840",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3830",
    "results": [
        {
            "quote": "Responsibility does not only lie with the leaders of our countries or with those who have been appointed or elected to do a particular job. It lies with each of us individually. Peace, for example, starts within each one of us. When we have inner peace, we can be at peace with those around us. Dalai Lama",
            "author": "Dalai Lama",
            "likes": 229,
            "tags": [
                "kindness"
            ],
            "pk": 469412,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Politeness is half good manners and half good lying. Mary Wilson Little",
            "author": "Mary Wilson Little",
            "likes": 757,
            "tags": [
                "kindness"
            ],
            "pk": 469413,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Ceremonies are different in every country, but true politeness is everywhere the same. Oliver Goldsmith",
            "author": "Oliver Goldsmith",
            "likes": 713,
            "tags": [
                "kindness"
            ],
            "pk": 469414,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only true source of politeness is consideration. William Gilmore Simms",
            "author": "William Gilmore Simms",
            "likes": 735,
            "tags": [
                "kindness"
            ],
            "pk": 469415,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Compassion and tolerance are not a sign of weakness, but a sign of strength. Dalai Lama",
            "author": "Dalai Lama",
            "likes": 137,
            "tags": [
                "kindness"
            ],
            "pk": 469416,
            "image": null,
            "language": "en"
        }
    ]
}