List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81880
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81885",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81875",
    "results": [
        {
            "quote": "What is there more kindly than the feeling between host and guest? Aeschylus",
            "author": "",
            "likes": 363,
            "tags": [
                "kindness"
            ],
            "pk": 469395,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Lose yourself in generous service and every day can be a most unusual day, a triumphant day, an abundantly rewarding day! William Arthur Ward",
            "author": "",
            "likes": 314,
            "tags": [
                "kindness"
            ],
            "pk": 469390,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Will you be clever at the expense of others, or will you be kind? Jeff Bezos",
            "author": "",
            "likes": 97,
            "tags": [
                "kindness"
            ],
            "pk": 469300,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How beautiful a day can be when kindness touches it! George Elliston",
            "author": "",
            "likes": 401,
            "tags": [
                "kindness"
            ],
            "pk": 469249,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What wisdom can you find that is greater than kindness? Jean-Jacques Rousseau",
            "author": "",
            "likes": 712,
            "tags": [
                "kindness"
            ],
            "pk": 469195,
            "image": null,
            "language": "en"
        }
    ]
}