List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5115
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=5120",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5110",
    "results": [
        {
            "quote": "Be a voice. Not an echo.",
            "author": "",
            "likes": 389,
            "tags": [
                "short"
            ],
            "pk": 470787,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Seek the seeker. Ramana Maharshi",
            "author": "Ramana Maharshi",
            "likes": 607,
            "tags": [
                "short"
            ],
            "pk": 470788,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every wall is a door. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 142,
            "tags": [
                "short"
            ],
            "pk": 470789,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only truth is music. Jack Kerouac",
            "author": "Jack Kerouac",
            "likes": 556,
            "tags": [
                "short"
            ],
            "pk": 470790,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Silence is an answer too.",
            "author": "",
            "likes": 562,
            "tags": [
                "short"
            ],
            "pk": 470791,
            "image": null,
            "language": "en"
        }
    ]
}