List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5225
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=5230",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5220",
    "results": [
        {
            "quote": "Spread love everywhere you go. Let no one ever come to you without leaving happier. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 453,
            "tags": [
                "short"
            ],
            "pk": 470902,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do what you love. Know your own bone; gnaw at it, bury it, unearth it, and gnaw it still. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 644,
            "tags": [
                "short"
            ],
            "pk": 470903,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love needs great courage. It needs great courage because it needs the sacrifice of the ego. Osho",
            "author": "Osho",
            "likes": 465,
            "tags": [
                "short"
            ],
            "pk": 470904,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whoever loves becomes humble. Those who love have, so to speak, pawned a part of their narcissism. Sigmund Freud",
            "author": "Sigmund Freud",
            "likes": 418,
            "tags": [
                "short"
            ],
            "pk": 470905,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are enough.",
            "author": "",
            "likes": 209,
            "tags": [
                "short"
            ],
            "pk": 470906,
            "image": null,
            "language": "en"
        }
    ]
}