List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5015
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=5020",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5010",
    "results": [
        {
            "quote": "We are twice armed if we fight with faith. Plato",
            "author": "Plato",
            "likes": 352,
            "tags": [
                "short"
            ],
            "pk": 470678,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The wisest mind has something yet to learn. George Santanaya",
            "author": "George Santanaya",
            "likes": 228,
            "tags": [
                "short"
            ],
            "pk": 470679,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Open your mind. Get up off the couch. Move. Anthony Bourdain",
            "author": "Anthony Bourdain",
            "likes": 150,
            "tags": [
                "short"
            ],
            "pk": 470680,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Persistence guarantees that results are inevitable. Paramahansa Yogananda",
            "author": "Paramahansa Yogananda",
            "likes": 728,
            "tags": [
                "short"
            ],
            "pk": 470681,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In life you need either inspiration or desperation. Tony Robbins",
            "author": "Tony Robbins",
            "likes": 70,
            "tags": [
                "short"
            ],
            "pk": 470682,
            "image": null,
            "language": "en"
        }
    ]
}