List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81650
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=81655",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81645",
    "results": [
        {
            "quote": "We may have our private opinions but why should they be a bar to the meeting of hearts?",
            "author": "",
            "likes": 75,
            "tags": [
                "gandhi"
            ],
            "pk": 487352,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What barrier is there that love cannot break?",
            "author": "",
            "likes": 409,
            "tags": [
                "gandhi"
            ],
            "pk": 487172,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What good does it do to sit at the counter when you cannot afford a hamburger?",
            "author": "",
            "likes": 370,
            "tags": [
                "martin-luther-king-jr"
            ],
            "pk": 487061,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be the peace you wish to see in the world!",
            "author": "",
            "likes": 314,
            "tags": [
                "martin-luther-king-jr"
            ],
            "pk": 486995,
            "image": null,
            "language": "en"
        },
        {
            "quote": "God turns you from one feeling to another and teaches by means of opposites so that you will have two wings to fly, not one",
            "author": "",
            "likes": 88,
            "tags": [
                "rumi"
            ],
            "pk": 486767,
            "image": null,
            "language": "en"
        }
    ]
}