List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5270
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=5275",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5265",
    "results": [
        {
            "quote": "Base your happiness on taking action toward those goals, not on attaining them. Laura J. Tong",
            "author": "Tong",
            "likes": 785,
            "tags": [
                "short"
            ],
            "pk": 470951,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Most people have never learned that one of the main aims in life is to enjoy it. Samuel Butler",
            "author": "Samuel Butler",
            "likes": 638,
            "tags": [
                "short"
            ],
            "pk": 470953,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness cannot be accumulated. What is accumulated is always destructed by time. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 551,
            "tags": [
                "short"
            ],
            "pk": 470954,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness resides not in possessions, and not in gold, happiness dwells in the soul. Democritus",
            "author": "Democritus",
            "likes": 686,
            "tags": [
                "short"
            ],
            "pk": 470955,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Choose people who lift you up. Michelle Obama",
            "author": "Michelle Obama",
            "likes": 255,
            "tags": [
                "short"
            ],
            "pk": 470957,
            "image": null,
            "language": "en"
        }
    ]
}