List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5335
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=5340",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5330",
    "results": [
        {
            "quote": "We are what we believe we are. C.S. Lewis",
            "author": "Lewis",
            "likes": 668,
            "tags": [
                "short"
            ],
            "pk": 471022,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do as you wish. Be as you are.",
            "author": "",
            "likes": 143,
            "tags": [
                "short"
            ],
            "pk": 471023,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Character is simply habit long continued. Plutarch",
            "author": "Plutarch",
            "likes": 167,
            "tags": [
                "short"
            ],
            "pk": 471024,
            "image": null,
            "language": "en"
        },
        {
            "quote": "This above all: to thine own self be true. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 363,
            "tags": [
                "short"
            ],
            "pk": 471025,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To know oneself, one should assert oneself. Albert Camus",
            "author": "Albert Camus",
            "likes": 740,
            "tags": [
                "short"
            ],
            "pk": 471027,
            "image": null,
            "language": "en"
        }
    ]
}