List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81620
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=81625",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81615",
    "results": [
        {
            "quote": "Why should we feel anger at the world? As if the world would notice?",
            "author": "",
            "likes": 240,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489175,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you have done a good act and another has received it, why do you look for a third thing besides these, as fools do, either to have the reputation of having done a good act or to obtain a return?",
            "author": "",
            "likes": 481,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489137,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is helping others less valuable to you? Not worth your effort?",
            "author": "",
            "likes": 778,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489106,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For where else is friendship found if not with fairness, reliability and respect for virtue only?",
            "author": "",
            "likes": 394,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489055,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is the goal of virtue, after all, except a life that flows smoothly?",
            "author": "",
            "likes": 622,
            "tags": [
                "marcus-aurelius"
            ],
            "pk": 489054,
            "image": null,
            "language": "en"
        }
    ]
}