List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=80
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=85",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=75",
    "results": [
        {
            "quote": "The heights by great men reached and kept, were not attained by sudden flight, but they, while their companions slept, were toiling upward in the night. Henry Wadsworth Longfellow",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465627,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I long to accomplish a great and noble tasks, but it is my chief duty to accomplish humble tasks as though they were great and noble. The world is moved along, not only by the mighty shoves of its heroes, but also by the aggregate of the tiny pushes of each honest worker. Helen Keller",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465628,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How many cares one loses when one decides not to be something but to be someone. Coco Chanel",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465629,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be hungry for success, hungry to make your mark, hungry to be seen and to be heard and to have an effect. And as you move up and become successful, make sure also to be hungry for helping others. Arnold Schwarzenegger",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465630,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success isn’t a result of spontaneous combustion. You must set yourself on fire. Arnold H. Glasow",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465631,
            "image": null,
            "language": "en"
        }
    ]
}