List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5540
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=5545",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5535",
    "results": [
        {
            "quote": "He who would travel happily must travel light. Antoine de Saint-Exupery",
            "author": "Antoine de Saint-Exupery",
            "likes": 364,
            "tags": [
                "short"
            ],
            "pk": 471232,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When knowledge becomes rigid, it stops living. Anselm Kiefer",
            "author": "Anselm Kiefer",
            "likes": 203,
            "tags": [
                "short"
            ],
            "pk": 471233,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wealth is the ability to fully experience life. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 531,
            "tags": [
                "short"
            ],
            "pk": 471234,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Memory is the old, and it is afraid of the new. Osho",
            "author": "Osho",
            "likes": 434,
            "tags": [
                "short"
            ],
            "pk": 471235,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing external to you has any power over you. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 791,
            "tags": [
                "short"
            ],
            "pk": 471236,
            "image": null,
            "language": "en"
        }
    ]
}