List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81870
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=81875",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81865",
    "results": [
        {
            "quote": "When reason fails, the devil helps! Fyodor Dostoyevsky",
            "author": "",
            "likes": 276,
            "tags": [
                "deep"
            ],
            "pk": 470450,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Did you ever stop to think, and then forget to start again? Winnie The Pooh",
            "author": "",
            "likes": 330,
            "tags": [
                "deep"
            ],
            "pk": 470446,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The last 29 days of the month are the toughest! Nikola Tesla",
            "author": "",
            "likes": 163,
            "tags": [
                "deep"
            ],
            "pk": 470444,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Come, seek, for search is the foundation of fortune: every success depends upon focusing the heart! Rumi",
            "author": "",
            "likes": 404,
            "tags": [
                "deep"
            ],
            "pk": 470429,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Are you afraid of the good you might do? Victor Hugo",
            "author": "",
            "likes": 657,
            "tags": [
                "deep"
            ],
            "pk": 470403,
            "image": null,
            "language": "en"
        }
    ]
}