List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5525
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=5530",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5520",
    "results": [
        {
            "quote": "Never confuse motion with action. Benjamin Franklin",
            "author": "Benjamin Franklin",
            "likes": 607,
            "tags": [
                "short"
            ],
            "pk": 471217,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do what is right, not what is easy.",
            "author": "",
            "likes": 661,
            "tags": [
                "short"
            ],
            "pk": 471218,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wisdom comes only through suffering. Aeschylus",
            "author": "Aeschylus",
            "likes": 457,
            "tags": [
                "short"
            ],
            "pk": 471219,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A loving heart is the truest wisdom. Charles Dickens",
            "author": "Charles Dickens",
            "likes": 88,
            "tags": [
                "short"
            ],
            "pk": 471220,
            "image": null,
            "language": "en"
        },
        {
            "quote": "An overflow of good converts to bad. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 251,
            "tags": [
                "short"
            ],
            "pk": 471221,
            "image": null,
            "language": "en"
        }
    ]
}