List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4895
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=4900",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4890",
    "results": [
        {
            "quote": "It is not the man who has too little, but the man who craves more, that is poor. Seneca",
            "author": "Seneca",
            "likes": 83,
            "tags": [
                "deep"
            ],
            "pk": 470549,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every man is guilty of all the good he did not do. Voltaire",
            "author": "Voltaire",
            "likes": 776,
            "tags": [
                "deep"
            ],
            "pk": 470550,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He who has a why to live can bear almost any how. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 469,
            "tags": [
                "deep"
            ],
            "pk": 470551,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The supreme happiness of life is the conviction that we are loved. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 480,
            "tags": [
                "deep"
            ],
            "pk": 470552,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The happiest people have endured the most pain. Unknown",
            "author": "",
            "likes": 484,
            "tags": [
                "deep"
            ],
            "pk": 470553,
            "image": null,
            "language": "en"
        }
    ]
}