List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=450
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=455",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=445",
    "results": [
        {
            "quote": "We forge the chains we wear in life. Charles Dickens",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466004,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I’m happy. Which often looks like crazy. David Henry Hwang",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466005,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness does not lead to gratitude. Gratitude leads to happiness. David Steindl-Rast",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466006,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is a gift and the trick is not to expect it, but to delight in it when it comes. Charles Dickens",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466007,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The deepest satisfaction you’ll find will be when you give all you’ve got on one thing, or when you’ll do absolutely nothing and accept life as it is. Think On/Off. Avoid the middle. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466008,
            "image": null,
            "language": "en"
        }
    ]
}