List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5510
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=5515",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5505",
    "results": [
        {
            "quote": "The truth is not for all men, but only for those who seek it. Ayn Rand",
            "author": "Ayn Rand",
            "likes": 344,
            "tags": [
                "short"
            ],
            "pk": 471201,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The truth will set you free, but first it will make you miserable. James A. Garfield",
            "author": "Garfield",
            "likes": 724,
            "tags": [
                "short"
            ],
            "pk": 471202,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not love leisure. Waste not a minute. Be bold. Realize the Truth, here and now. Swami Sivananda",
            "author": "Swami Sivananda",
            "likes": 385,
            "tags": [
                "short"
            ],
            "pk": 471203,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Truth is always new. Truth is seeing a smile, a person, life, like if it was the first time. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 295,
            "tags": [
                "short"
            ],
            "pk": 471204,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A man who is protecting himself constantly through knowledge is obviously not a truth-seeker. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 237,
            "tags": [
                "short"
            ],
            "pk": 471205,
            "image": null,
            "language": "en"
        }
    ]
}