List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81580
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=81585",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81575",
    "results": [
        {
            "quote": "What can be added to the happiness of a man who is in health, out of debt, and has a clear conscience? Adam Smith",
            "author": "",
            "likes": 392,
            "tags": [
                "deep"
            ],
            "pk": 492886,
            "image": null,
            "language": "en"
        },
        {
            "quote": "But how could you live and have no story to tell? Fyodor Dostoyevsky",
            "author": "",
            "likes": 449,
            "tags": [
                "deep"
            ],
            "pk": 492870,
            "image": null,
            "language": "en"
        },
        {
            "quote": "And you? When will you begin that long journey into yourself? Rumi",
            "author": "",
            "likes": 122,
            "tags": [
                "deep"
            ],
            "pk": 492858,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Tell me, what is it you plan to do with your one wild and precious life? Mary Oliver",
            "author": "",
            "likes": 731,
            "tags": [
                "deep"
            ],
            "pk": 492855,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If the full moon loves you, why worry about the stars? Tunisian proverb",
            "author": "",
            "likes": 532,
            "tags": [
                "deep"
            ],
            "pk": 492841,
            "image": null,
            "language": "en"
        }
    ]
}