List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81760
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=81765",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81755",
    "results": [
        {
            "quote": "I never made one of my discoveries through the process of rational thinking Albert Einstein",
            "author": "",
            "likes": 367,
            "tags": [
                "creativity"
            ],
            "pk": 479874,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is the one sentence summary of how you change the world? Always work hard on something uncomfortably exciting! Larry Page (Google)",
            "author": "",
            "likes": 109,
            "tags": [
                "creativity"
            ],
            "pk": 479800,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is not the destination where you end up but the mishaps and memories you create along the way! Penelope Riley",
            "author": "",
            "likes": 237,
            "tags": [
                "travel"
            ],
            "pk": 479661,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wherever you go, go with all your heart! Confucius",
            "author": "",
            "likes": 489,
            "tags": [
                "travel"
            ],
            "pk": 479616,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When will you begin that long journey into yourself? Rumi",
            "author": "",
            "likes": 328,
            "tags": [
                "travel"
            ],
            "pk": 479584,
            "image": null,
            "language": "en"
        }
    ]
}