List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5515
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=5520",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5510",
    "results": [
        {
            "quote": "Know thyself. Socrates",
            "author": "Socrates",
            "likes": 772,
            "tags": [
                "short"
            ],
            "pk": 471206,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wisdom begins in wonder. Socrates",
            "author": "Socrates",
            "likes": 755,
            "tags": [
                "short"
            ],
            "pk": 471207,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you judge, investigate. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 771,
            "tags": [
                "short"
            ],
            "pk": 471208,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Doubt grows with knowledge. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 282,
            "tags": [
                "short"
            ],
            "pk": 471209,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everything popular is wrong. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 325,
            "tags": [
                "short"
            ],
            "pk": 471210,
            "image": null,
            "language": "en"
        }
    ]
}