List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5160
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=5165",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5155",
    "results": [
        {
            "quote": "So it goes. Kurt Vonnegut",
            "author": "Kurt Vonnegut",
            "likes": 734,
            "tags": [
                "short"
            ],
            "pk": 470833,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is not fair; get used to it. Bill Gates",
            "author": "Bill Gates",
            "likes": 413,
            "tags": [
                "short"
            ],
            "pk": 470834,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is a long lesson in humility. James M. Barrie",
            "author": "Barrie",
            "likes": 440,
            "tags": [
                "short"
            ],
            "pk": 470835,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is a lively process of becoming. Douglas MacArthur",
            "author": "Douglas MacArthur",
            "likes": 742,
            "tags": [
                "short"
            ],
            "pk": 470836,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The unexamined life is not worth living. Socrates",
            "author": "Socrates",
            "likes": 308,
            "tags": [
                "short"
            ],
            "pk": 470837,
            "image": null,
            "language": "en"
        }
    ]
}