List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81815
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=81820",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81810",
    "results": [
        {
            "quote": "Is solace anywhere more comforting than that in the arms of a sister? Alice Walker",
            "author": "",
            "likes": 689,
            "tags": [
                "sister"
            ],
            "pk": 475638,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I continue to believe that if children are given the necessary tools to succeed, they will succeed beyond their wildest dreams! David Vitter",
            "author": "",
            "likes": 746,
            "tags": [
                "children"
            ],
            "pk": 475477,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Learn to laugh at yourselves as one must laugh! Friedrich Nietzsche",
            "author": "",
            "likes": 338,
            "tags": [
                "simplicity"
            ],
            "pk": 475363,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is the one thing I can do such that by doing it everything else will be easier or unnecessary? Gary Keller",
            "author": "",
            "likes": 483,
            "tags": [
                "simplicity"
            ],
            "pk": 475324,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fear less, hope more; Eat less, chew more; Whine less, breathe more; Talk less, say more; Love more, and all good things will be yours! Swedish Proverb",
            "author": "",
            "likes": 197,
            "tags": [
                "simplicity"
            ],
            "pk": 475142,
            "image": null,
            "language": "en"
        }
    ]
}