List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5295
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=5300",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5290",
    "results": [
        {
            "quote": "Gratitude changes everything.",
            "author": "",
            "likes": 727,
            "tags": [
                "short"
            ],
            "pk": 470979,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Gratitude is the sign of noble souls. Aesop",
            "author": "Aesop",
            "likes": 256,
            "tags": [
                "short"
            ],
            "pk": 470980,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Start each day with a grateful heart.",
            "author": "",
            "likes": 713,
            "tags": [
                "short"
            ],
            "pk": 470981,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Joy is the simplest form of gratitude. Karl Barth",
            "author": "Karl Barth",
            "likes": 361,
            "tags": [
                "short"
            ],
            "pk": 470982,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Expect nothing and appreciate everything.",
            "author": "",
            "likes": 778,
            "tags": [
                "short"
            ],
            "pk": 470983,
            "image": null,
            "language": "en"
        }
    ]
}