List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5470
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=5475",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5465",
    "results": [
        {
            "quote": "If you are depressed, you are living in the past. If you are anxious, you are living in the future. If you are at peace, you are living in the present. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 749,
            "tags": [
                "short"
            ],
            "pk": 471160,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Peace is every step. Thich Nhat Hahn",
            "author": "Thich Nhat Hahn",
            "likes": 120,
            "tags": [
                "short"
            ],
            "pk": 471161,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My aim in life is not to judge. Jeanne Moreau",
            "author": "Jeanne Moreau",
            "likes": 658,
            "tags": [
                "short"
            ],
            "pk": 471162,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A smile is the beginning of peace. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 230,
            "tags": [
                "short"
            ],
            "pk": 471163,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nonviolence is a weapon of the strong. Mohandas Gandhi",
            "author": "Mohandas Gandhi",
            "likes": 135,
            "tags": [
                "short"
            ],
            "pk": 471164,
            "image": null,
            "language": "en"
        }
    ]
}