List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=260
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=265",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=255",
    "results": [
        {
            "quote": "Successful enterprises are built from the ground up. You can’t assemble them with a bunch of acquisitions. Lou Gerstner",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465811,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Reputation is the key to success. You have to be loyal to your customers. Li Ka Shing",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465812,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People are the key to success or extraordinary success. Azim Premji",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465813,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The person who tries to live alone will not succeed as a human being. His heart withers if it does not answer another heart. His mind shrinks away if he hears only the echoes of his own thoughts and finds no other inspiration. Pearl S. Buck",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465814,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret of joy in work is contained in one word – excellence. To know how to do something well is to enjoy it. Pearl S. Buck",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465815,
            "image": null,
            "language": "en"
        }
    ]
}