List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81520
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=81525",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81515",
    "results": [
        {
            "quote": "Why should we worry about what others think of us, do we have more confidence in their opinions than we do our own? Brigham Young",
            "author": "",
            "likes": 755,
            "tags": [
                "confidence"
            ],
            "pk": 498433,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What could we accomplish if we knew we could not fail? Eleanor Roosevelt",
            "author": "",
            "likes": 555,
            "tags": [
                "confidence"
            ],
            "pk": 498395,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What strange creatures brothers are! Jane Austen",
            "author": "",
            "likes": 283,
            "tags": [
                "brother"
            ],
            "pk": 498301,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How important it is for us to recognize and celebrate our heroes and she-roes! Maya Angelou",
            "author": "",
            "likes": 633,
            "tags": [
                "brother"
            ],
            "pk": 498236,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Look how good and how pleasant it is when brothers live together in unity! Psalm 133:1",
            "author": "",
            "likes": 468,
            "tags": [
                "brother"
            ],
            "pk": 498148,
            "image": null,
            "language": "en"
        }
    ]
}