List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4730
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4735",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4725",
    "results": [
        {
            "quote": "He who knows, does not speak. He who speaks, does not know. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 179,
            "tags": [
                "deep"
            ],
            "pk": 470370,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When I let go of what I am, I become what I might be. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 348,
            "tags": [
                "deep"
            ],
            "pk": 470371,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We suffer more often in imagination than in reality. Seneca",
            "author": "Seneca",
            "likes": 606,
            "tags": [
                "deep"
            ],
            "pk": 470372,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To thine own self be true. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 668,
            "tags": [
                "deep"
            ],
            "pk": 470373,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Conscience doth make cowards of us all. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 769,
            "tags": [
                "deep"
            ],
            "pk": 470374,
            "image": null,
            "language": "en"
        }
    ]
}