List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5040
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=5045",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5035",
    "results": [
        {
            "quote": "Nothing is worth more than this day. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 691,
            "tags": [
                "short"
            ],
            "pk": 470705,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Think like a proton, always positive.",
            "author": "",
            "likes": 733,
            "tags": [
                "short"
            ],
            "pk": 470706,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are stronger than you think you are.",
            "author": "",
            "likes": 130,
            "tags": [
                "short"
            ],
            "pk": 470707,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Focus on the journey, not the destination. Greg Anderson",
            "author": "Greg Anderson",
            "likes": 498,
            "tags": [
                "short"
            ],
            "pk": 470708,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Start every day off with a smile and get it over with. W. C. Fields",
            "author": "Fields",
            "likes": 798,
            "tags": [
                "short"
            ],
            "pk": 470709,
            "image": null,
            "language": "en"
        }
    ]
}