List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81635
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=81640",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81630",
    "results": [
        {
            "quote": "What is the point of education if you in yourself are not intelligent? If you are not creative?",
            "author": "",
            "likes": 408,
            "tags": [
                "bruce-lee"
            ],
            "pk": 488439,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you knew you had to fight for your life tomorrow, would you change your training today?",
            "author": "",
            "likes": 248,
            "tags": [
                "bruce-lee"
            ],
            "pk": 488414,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be humble to superiors is duty; to equals is courtesy; to inferiors is nobleness; and to all, safety!",
            "author": "",
            "likes": 197,
            "tags": [
                "bruce-lee"
            ],
            "pk": 488325,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Are you a flowing entity, capable to flow with external circumstances, or are you resisting with your set choice pattern?",
            "author": "",
            "likes": 106,
            "tags": [
                "bruce-lee"
            ],
            "pk": 488317,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no such thing as defeat until you admit so yourself, but not until then!",
            "author": "",
            "likes": 273,
            "tags": [
                "bruce-lee"
            ],
            "pk": 488316,
            "image": null,
            "language": "en"
        }
    ]
}