List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4980
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=4985",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4975",
    "results": [
        {
            "quote": "Daring ideas are like chessmen moved forward. They may be beaten, but they may start a winning game. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 535,
            "tags": [
                "deep"
            ],
            "pk": 470643,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Courage is knowing what not to fear. Plato",
            "author": "Plato",
            "likes": 687,
            "tags": [
                "deep"
            ],
            "pk": 470644,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be radical is to grasp things by the root. Karl Marx",
            "author": "Karl Marx",
            "likes": 96,
            "tags": [
                "deep"
            ],
            "pk": 470645,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People spend too much time doing and not enough time thinking about what they should be doing. Naval Ravikant",
            "author": "Naval Ravikant",
            "likes": 156,
            "tags": [
                "deep"
            ],
            "pk": 470646,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can totally do this.",
            "author": "",
            "likes": 603,
            "tags": [
                "short"
            ],
            "pk": 470647,
            "image": null,
            "language": "en"
        }
    ]
}