List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4985
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=4990",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4980",
    "results": [
        {
            "quote": "Impossible is for the unwilling. John Keats",
            "author": "John Keats",
            "likes": 358,
            "tags": [
                "short"
            ],
            "pk": 470648,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No pressure, no diamonds. Thomas Carlyle",
            "author": "Thomas Carlyle",
            "likes": 126,
            "tags": [
                "short"
            ],
            "pk": 470649,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Try Again. Fail again. Fail better. Samuel Beckett",
            "author": "Samuel Beckett",
            "likes": 298,
            "tags": [
                "short"
            ],
            "pk": 470650,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I can and I will.",
            "author": "",
            "likes": 159,
            "tags": [
                "short"
            ],
            "pk": 470651,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Take the risk or lose the chance.",
            "author": "",
            "likes": 185,
            "tags": [
                "short"
            ],
            "pk": 470652,
            "image": null,
            "language": "en"
        }
    ]
}