List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81705
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=81710",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81700",
    "results": [
        {
            "quote": "What did you learn from your last failure? Mel Robbins",
            "author": "",
            "likes": 87,
            "tags": [
                "learning"
            ],
            "pk": 485404,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Will you learn how to focus and move past boredom, or like a child you will succumb to the need for immediate pleasure and distraction? Robert Greene",
            "author": "",
            "likes": 413,
            "tags": [
                "learning"
            ],
            "pk": 485304,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why should society feel responsible only for the education of children, and not for the education of all adults of every age? Erich Fromm",
            "author": "",
            "likes": 136,
            "tags": [
                "education"
            ],
            "pk": 485185,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Teachers started recognizing me and praising me for being smart in science and that made me want to be even smarter in science! Steve Wozniak",
            "author": "",
            "likes": 360,
            "tags": [
                "education"
            ],
            "pk": 484833,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who has fully realized that history is not contained in thick books but lives in our very blood? Carl Jung",
            "author": "",
            "likes": 696,
            "tags": [
                "history"
            ],
            "pk": 484454,
            "image": null,
            "language": "en"
        }
    ]
}