List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=255
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=260",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=250",
    "results": [
        {
            "quote": "Combining all of those skills together, the art and the science, the thinking and the doing, was what resulted in the exceptional result. (Talking about successful polymath Leonardo da Vinci being a chemist, knowing about human anatomy, mixing his own paint, painting, etc.)",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465806,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No matter how successful you are in your career, you must always remember that we are here to live. If you keep yourself busy working, you will surely regret it. Jack Ma (Alibaba)",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465807,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We are successful today not because we did a great job today, but because we had a dream 15 years ago, and we believed that the Internet could help small businesses. Jack Ma (Alibaba)",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465808,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The biggest hurdle is rejection. Any business you start, be ready for it. The difference between successful people and unsuccessful people is the successful people do all the things the unsuccessful people don’t want to do. When 10 doors are slammed in your face, go to door number 11 enthusiastically, with a smile on your face. John Paul DeJoria",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465809,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Great achievers are driven, not so much by the pursuit of success, but by the fear of failure. Larry Ellison",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465810,
            "image": null,
            "language": "en"
        }
    ]
}