List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5605
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=5610",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5600",
    "results": [
        {
            "quote": "A lost battle is a battle one thinks one has lost. Jean-Paul Sartre",
            "author": "Jean-Paul Sartre",
            "likes": 531,
            "tags": [
                "short"
            ],
            "pk": 471298,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Perseverance is a virtue that cannot be understated. Bob Riley",
            "author": "Bob Riley",
            "likes": 372,
            "tags": [
                "short"
            ],
            "pk": 471299,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The journey of a thousand miles begins with one step. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 165,
            "tags": [
                "short"
            ],
            "pk": 471300,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You may see me struggle, but you will never see me quit.",
            "author": "",
            "likes": 767,
            "tags": [
                "short"
            ],
            "pk": 471301,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Perseverance is failing 19 times and succeeding the 20th. Julie Andrews",
            "author": "Julie Andrews",
            "likes": 197,
            "tags": [
                "short"
            ],
            "pk": 471302,
            "image": null,
            "language": "en"
        }
    ]
}