List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5305
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=5310",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5300",
    "results": [
        {
            "quote": "Gratitude is not only the greatest of virtues, but the parent of all others. Marcus Tullius Cicero",
            "author": "Marcus Tullius Cicero",
            "likes": 297,
            "tags": [
                "short"
            ],
            "pk": 470990,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kindness is wisdom. Philip James Bailey",
            "author": "Philip James Bailey",
            "likes": 202,
            "tags": [
                "short"
            ],
            "pk": 470991,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kindness is contagious.",
            "author": "",
            "likes": 187,
            "tags": [
                "short"
            ],
            "pk": 470992,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fair and softly goes far. Miguel de Cervantes",
            "author": "Miguel de Cervantes",
            "likes": 325,
            "tags": [
                "short"
            ],
            "pk": 470993,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kindness is always beautiful.",
            "author": "",
            "likes": 65,
            "tags": [
                "short"
            ],
            "pk": 470994,
            "image": null,
            "language": "en"
        }
    ]
}