List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5435
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=5440",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5430",
    "results": [
        {
            "quote": "No ego, no pain. Chien-ju",
            "author": "Chien-ju",
            "likes": 342,
            "tags": [
                "short"
            ],
            "pk": 471124,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What we think, we become. Buddha",
            "author": "Buddha",
            "likes": 240,
            "tags": [
                "short"
            ],
            "pk": 471125,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who is contented is rich. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 65,
            "tags": [
                "short"
            ],
            "pk": 471126,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Smile, breathe and go slowly. Thich Nhat Hanh",
            "author": "Thich Nhat Hanh",
            "likes": 277,
            "tags": [
                "short"
            ],
            "pk": 471127,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Even monkeys fall from trees. Japanese proverb",
            "author": "Japanese proverb",
            "likes": 283,
            "tags": [
                "short"
            ],
            "pk": 471128,
            "image": null,
            "language": "en"
        }
    ]
}