List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5090
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=5095",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5085",
    "results": [
        {
            "quote": "The last woman I was in was the Statue of Liberty. Woddy Allen",
            "author": "Woddy Allen",
            "likes": 167,
            "tags": [
                "short"
            ],
            "pk": 470760,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Women want love to be a novel. Men, a short story. Daphne du Maurier",
            "author": "Daphne du Maurier",
            "likes": 619,
            "tags": [
                "short"
            ],
            "pk": 470761,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Guests, like fish, begin to smell after three days. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 640,
            "tags": [
                "short"
            ],
            "pk": 470762,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whoever named it necking is a poor judge of anatomy. Groucho Marx",
            "author": "Groucho Marx",
            "likes": 675,
            "tags": [
                "short"
            ],
            "pk": 470764,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every novel is a mystery novel if you never finish it.",
            "author": "",
            "likes": 631,
            "tags": [
                "short"
            ],
            "pk": 470765,
            "image": null,
            "language": "en"
        }
    ]
}