List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81780
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=81785",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81775",
    "results": [
        {
            "quote": "If you are irritated by every rub, how will you be polished? Rumi",
            "author": "",
            "likes": 700,
            "tags": [
                "ego"
            ],
            "pk": 478870,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is nothing that strengthens the ego more than being right! Eckhart Tolle",
            "author": "",
            "likes": 636,
            "tags": [
                "ego"
            ],
            "pk": 478850,
            "image": null,
            "language": "en"
        },
        {
            "quote": "While your life is the true expression of your faith, whom can you fear? Julia Ward Howe",
            "author": "",
            "likes": 770,
            "tags": [
                "fear"
            ],
            "pk": 478448,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you look into your own heart, and you find nothing wrong there, what is there to worry about? What is there to fear? Confucius",
            "author": "",
            "likes": 754,
            "tags": [
                "fear"
            ],
            "pk": 478343,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How frequently do your thoughts include fear, judgment or simply justify your point of view? Jack Kornfield",
            "author": "",
            "likes": 592,
            "tags": [
                "fear"
            ],
            "pk": 478304,
            "image": null,
            "language": "en"
        }
    ]
}