List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5595
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=5600",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5590",
    "results": [
        {
            "quote": "Persevere in virtue and diligence. Plautus",
            "author": "Plautus",
            "likes": 194,
            "tags": [
                "short"
            ],
            "pk": 471288,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is short and progress is slow. Gabriel Lippmann",
            "author": "Gabriel Lippmann",
            "likes": 688,
            "tags": [
                "short"
            ],
            "pk": 471289,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No great thing is created suddenly. Epictetus",
            "author": "Epictetus",
            "likes": 183,
            "tags": [
                "short"
            ],
            "pk": 471290,
            "image": null,
            "language": "en"
        },
        {
            "quote": "God helps those who help themselves. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 714,
            "tags": [
                "short"
            ],
            "pk": 471291,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Patience is the companion of wisdom. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 466,
            "tags": [
                "short"
            ],
            "pk": 471292,
            "image": null,
            "language": "en"
        }
    ]
}