List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5025
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=5030",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5020",
    "results": [
        {
            "quote": "It does not matter how slowly you go as long as you do not stop. Confucius",
            "author": "Confucius",
            "likes": 348,
            "tags": [
                "short"
            ],
            "pk": 470688,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is better to live one day as a lion, than a thousand days as a lamb. Roman proverb",
            "author": "Roman proverb",
            "likes": 668,
            "tags": [
                "short"
            ],
            "pk": 470689,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The two most important days in your life are the day you are born and they day you find out why. Mark Twain",
            "author": "Mark Twain",
            "likes": 579,
            "tags": [
                "short"
            ],
            "pk": 470690,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You matter.",
            "author": "",
            "likes": 539,
            "tags": [
                "short"
            ],
            "pk": 470691,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are loved.",
            "author": "",
            "likes": 332,
            "tags": [
                "short"
            ],
            "pk": 470692,
            "image": null,
            "language": "en"
        }
    ]
}