List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81585
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=81590",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81580",
    "results": [
        {
            "quote": "What if everything in the world were a misunderstanding, what if laughter were really tears? Soren Kierkegaard",
            "author": "",
            "likes": 158,
            "tags": [
                "deep"
            ],
            "pk": 492796,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When reason fails, the devil helps! Fyodor Dostoyevsky",
            "author": "",
            "likes": 127,
            "tags": [
                "deep"
            ],
            "pk": 492775,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Did you ever stop to think, and then forget to start again? Winnie The Pooh",
            "author": "",
            "likes": 51,
            "tags": [
                "deep"
            ],
            "pk": 492771,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The last 29 days of the month are the toughest! Nikola Tesla",
            "author": "",
            "likes": 542,
            "tags": [
                "deep"
            ],
            "pk": 492769,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Come, seek, for search is the foundation of fortune: every success depends upon focusing the heart! Rumi",
            "author": "",
            "likes": 756,
            "tags": [
                "deep"
            ],
            "pk": 492754,
            "image": null,
            "language": "en"
        }
    ]
}