List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81805
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=81810",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81800",
    "results": [
        {
            "quote": "What could we accomplish if we knew we could not fail? Eleanor Roosevelt",
            "author": "",
            "likes": 88,
            "tags": [
                "confidence"
            ],
            "pk": 476070,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What strange creatures brothers are! Jane Austen",
            "author": "",
            "likes": 678,
            "tags": [
                "brother"
            ],
            "pk": 475976,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How important it is for us to recognize and celebrate our heroes and she-roes! Maya Angelou",
            "author": "",
            "likes": 309,
            "tags": [
                "brother"
            ],
            "pk": 475911,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Look how good and how pleasant it is when brothers live together in unity! Psalm 133:1",
            "author": "",
            "likes": 325,
            "tags": [
                "brother"
            ],
            "pk": 475823,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no time like the old time, when you and I were young! Oliver Wendell Holmes Sr",
            "author": "",
            "likes": 641,
            "tags": [
                "brother"
            ],
            "pk": 475793,
            "image": null,
            "language": "en"
        }
    ]
}