List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=325
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=330",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=320",
    "results": [
        {
            "quote": "The man who has done his level best… is a success, even though the world may write him down a failure. B. C. Forbes",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465877,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The great secret of true success, of true happiness, is this: the man or woman who asks for no return, the perfectly unselfish person, is the most successful. Swami Vivekananda",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465878,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Work for something because it is good, not just because it stands a chance to succeed. Vaclav Havel",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465879,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For some, success and happiness mean popularity, noise, having the spotlight. For others, it means peace, wisdom, silence, doing what’s important to you and making an impact. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465880,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One should guard against preaching to young people success in the customary form as the main aim in life. The most important motive for work in school and in life is pleasure in work, pleasure in its result and the knowledge of the value of the result to the community. Albert Einstein",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465881,
            "image": null,
            "language": "en"
        }
    ]
}