List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4885
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=4890",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4880",
    "results": [
        {
            "quote": "To live is the rarest thing in the world. Most people exist, that is all. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 777,
            "tags": [
                "deep"
            ],
            "pk": 470538,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The good life is inspired by love and guided by knowledge. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 112,
            "tags": [
                "deep"
            ],
            "pk": 470539,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Man is least himself when he talks in his own person. Give him a mask, and he will tell you the truth. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 699,
            "tags": [
                "deep"
            ],
            "pk": 470540,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One can be the master of what one does, but never of what one feels. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 70,
            "tags": [
                "deep"
            ],
            "pk": 470541,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Face the facts of being what you are, for that is what changes what you are. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 399,
            "tags": [
                "deep"
            ],
            "pk": 470542,
            "image": null,
            "language": "en"
        }
    ]
}