List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=25
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=30",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=20",
    "results": [
        {
            "quote": "My mother said to me, “If you become a soldier, you’ll be a general; if you become a monk, you’ll end up as the Pope.” Instead, I became a painter and wound up as Picasso. Pablo Picasso",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465570,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I’ve missed more than 9,000 shots in my career. I’ve lost almost 300 games. 26 times I’ve been trusted to take the game winning shot and missed. I’ve failed over and over and over again in my life and that is why I succeed. Michael Jordan",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465571,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you think you can, you can. And if you think you can’t, you’re right. Henry Ford",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465572,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have learned, that if one advances confidently in the direction of his dreams, and endeavors to live the life he has imagined, he will meet with a success unexpected in common hours. Henry David Thoreau",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465573,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465574,
            "image": null,
            "language": "en"
        }
    ]
}