List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5230
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=5235",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5225",
    "results": [
        {
            "quote": "Nobody is perfect.",
            "author": "",
            "likes": 653,
            "tags": [
                "short"
            ],
            "pk": 470907,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Make yourself a priority.",
            "author": "",
            "likes": 266,
            "tags": [
                "short"
            ],
            "pk": 470908,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Find yourself, and be that.",
            "author": "",
            "likes": 780,
            "tags": [
                "short"
            ],
            "pk": 470910,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Self-respect knows no considerations. Mohandas Gandhi",
            "author": "Mohandas Gandhi",
            "likes": 430,
            "tags": [
                "short"
            ],
            "pk": 470912,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No one is laughable who laughs at himself. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 107,
            "tags": [
                "short"
            ],
            "pk": 470913,
            "image": null,
            "language": "en"
        }
    ]
}