List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5500
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=5505",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5495",
    "results": [
        {
            "quote": "The truth is rarely pure and never simple. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 553,
            "tags": [
                "short"
            ],
            "pk": 471191,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be truthful, nature only sides with truth. Adolf Loos",
            "author": "Adolf Loos",
            "likes": 136,
            "tags": [
                "short"
            ],
            "pk": 471192,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no truth. There is only perception. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 548,
            "tags": [
                "short"
            ],
            "pk": 471193,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We have art in order not to die of the truth. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 654,
            "tags": [
                "short"
            ],
            "pk": 471194,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Man is the only creature that refuses to be what he is. Albert Camus",
            "author": "Albert Camus",
            "likes": 114,
            "tags": [
                "short"
            ],
            "pk": 471195,
            "image": null,
            "language": "en"
        }
    ]
}