List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81565
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=81570",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81560",
    "results": [
        {
            "quote": "If America leads a blessed life, then why did God put all of our oil under people who hate us? Jon Stewart",
            "author": "",
            "likes": 587,
            "tags": [
                "funny"
            ],
            "pk": 494232,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you try to fail, and succeed, which have you done? George Carlin",
            "author": "",
            "likes": 534,
            "tags": [
                "funny"
            ],
            "pk": 494220,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have you ever noticed that anybody driving slower than you is an idiot, and anyone going faster than you is a maniac? George Carlin",
            "author": "",
            "likes": 341,
            "tags": [
                "funny"
            ],
            "pk": 494216,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do Lipton employees take coffee breaks? Steven Wright",
            "author": "",
            "likes": 384,
            "tags": [
                "funny"
            ],
            "pk": 494134,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have you ever met a hater doing better than you?",
            "author": "",
            "likes": 432,
            "tags": [
                "short"
            ],
            "pk": 494027,
            "image": null,
            "language": "en"
        }
    ]
}