List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81695
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=81700",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81690",
    "results": [
        {
            "quote": "What would I do/have/be if I had $10 million?",
            "author": "",
            "likes": 294,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485923,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How do you generate the most profit with the least effort? How do you maximize margins without sacrificing quality?",
            "author": "",
            "likes": 347,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485921,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How can you use different belief systems, different frameworks, different principles, different tech tools to optimize your productivity and your effectiveness?",
            "author": "",
            "likes": 577,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485920,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What are the worst things that could happen?",
            "author": "",
            "likes": 757,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485897,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best results I have had in my life; the most enjoyable times, have all come from asking the simple question: What is the worst that could happen?",
            "author": "",
            "likes": 191,
            "tags": [
                "tim-ferriss"
            ],
            "pk": 485891,
            "image": null,
            "language": "en"
        }
    ]
}