List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5555
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=5560",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5550",
    "results": [
        {
            "quote": "I am not what happened to me, I am what I choose to become. Carl Gustav Jung",
            "author": "Carl Gustav Jung",
            "likes": 719,
            "tags": [
                "short"
            ],
            "pk": 471247,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who knows that enough is enough will always have enough. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 243,
            "tags": [
                "short"
            ],
            "pk": 471248,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who knows, does not speak. He who speaks, does not know. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 510,
            "tags": [
                "short"
            ],
            "pk": 471249,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The wisest man is generally he who thinks himself the least so. Nicolas Baileau",
            "author": "Nicolas Baileau",
            "likes": 750,
            "tags": [
                "short"
            ],
            "pk": 471250,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never let the things you want make you forget the things you have.",
            "author": "",
            "likes": 162,
            "tags": [
                "short"
            ],
            "pk": 471251,
            "image": null,
            "language": "en"
        }
    ]
}