List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5460
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=5465",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5455",
    "results": [
        {
            "quote": "Awareness is freedom, it brings freedom, it yields freedom. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 668,
            "tags": [
                "short"
            ],
            "pk": 471149,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only way you can endure your pain is to let it be painful. Shunryu Suzuki",
            "author": "Shunryu Suzuki",
            "likes": 243,
            "tags": [
                "short"
            ],
            "pk": 471150,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be not afraid of going slowly, be afraid only of standing still. Chinese proverb",
            "author": "Chinese proverb",
            "likes": 389,
            "tags": [
                "short"
            ],
            "pk": 471151,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Contentment comes not so much from great wealth as from few wants. Epictetus",
            "author": "Epictetus",
            "likes": 63,
            "tags": [
                "short"
            ],
            "pk": 471152,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Tension is who you think you should be, relaxation is who you are. Chinese proverb",
            "author": "Chinese proverb",
            "likes": 321,
            "tags": [
                "short"
            ],
            "pk": 471153,
            "image": null,
            "language": "en"
        }
    ]
}