List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5465
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=5470",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5460",
    "results": [
        {
            "quote": "The softest things in the world overcome the hardest things in the world. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 153,
            "tags": [
                "short"
            ],
            "pk": 471154,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not listen with the intent to reply. But with the intent to understand.",
            "author": "",
            "likes": 249,
            "tags": [
                "short"
            ],
            "pk": 471155,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You have succeeded in life when all you really want is only what you really need. Vernon Howard",
            "author": "Vernon Howard",
            "likes": 175,
            "tags": [
                "short"
            ],
            "pk": 471157,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Open your mouth only if what you are going to say is more beautiful than silence.",
            "author": "",
            "likes": 485,
            "tags": [
                "short"
            ],
            "pk": 471158,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is now. There was never a time when your life was not now, nor will there ever be. Eckhart Tolle",
            "author": "Eckhart Tolle",
            "likes": 323,
            "tags": [
                "short"
            ],
            "pk": 471159,
            "image": null,
            "language": "en"
        }
    ]
}