List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=515
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=520",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=510",
    "results": [
        {
            "quote": "Your mind will seek security and comfort in accumulation (of knowledge, material, status, etc.). This is a never ending game. Be above that. Play the long game. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466069,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Say no more often so you can say yes to what’s important for you. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466070,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The more people need to show the’re happy, the less they are. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466071,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It’s been my experience that you can nearly always enjoy things if you make up your mind firmly that you will. L.M. Montgomery",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466072,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you find happiness, people may be jealous. Be happy anyway. Mother Teresa",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466073,
            "image": null,
            "language": "en"
        }
    ]
}