List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4525
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4530",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4520",
    "results": [
        {
            "quote": "Gratitude brings you more deeply into the present moment. Eckhart Tolle",
            "author": "Eckhart Tolle",
            "likes": 402,
            "tags": [
                "positive"
            ],
            "pk": 470158,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best ideas come as jokes. Make your thinking as funny as possible. David Ogilvy",
            "author": "David Ogilvy",
            "likes": 343,
            "tags": [
                "positive"
            ],
            "pk": 470160,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do more things that make you forget to check your phone. Unknown (See also: simplicity quotes)",
            "author": "Unknown (See also: simplicity quotes)",
            "likes": 203,
            "tags": [
                "positive"
            ],
            "pk": 470161,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You will never have this day again so make it count. Unknown",
            "author": "",
            "likes": 210,
            "tags": [
                "positive"
            ],
            "pk": 470162,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Plan a day that makes you jump out of bed in the morning. Unknown",
            "author": "",
            "likes": 416,
            "tags": [
                "positive"
            ],
            "pk": 470163,
            "image": null,
            "language": "en"
        }
    ]
}