List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5075
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=5080",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5070",
    "results": [
        {
            "quote": "Keep moving forward.",
            "author": "",
            "likes": 351,
            "tags": [
                "short"
            ],
            "pk": 470741,
            "image": null,
            "language": "en"
        },
        {
            "quote": "This too shall pass.",
            "author": "",
            "likes": 248,
            "tags": [
                "short"
            ],
            "pk": 470742,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every moment matters.",
            "author": "",
            "likes": 193,
            "tags": [
                "short"
            ],
            "pk": 470743,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love more. Worry less.",
            "author": "",
            "likes": 184,
            "tags": [
                "short"
            ],
            "pk": 470744,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing lasts forever.",
            "author": "",
            "likes": 56,
            "tags": [
                "short"
            ],
            "pk": 470745,
            "image": null,
            "language": "en"
        }
    ]
}