List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4970
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=4975",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4965",
    "results": [
        {
            "quote": "There is nothing more powerful than an idea whose time has come. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 178,
            "tags": [
                "deep"
            ],
            "pk": 470633,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You have to keep breaking your heart until it opens. Rumi",
            "author": "Rumi",
            "likes": 418,
            "tags": [
                "deep"
            ],
            "pk": 470634,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have courage for the great sorrows of life and patience for the small ones; and when you have laboriously accomplished your daily task, go to sleep in peace. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 202,
            "tags": [
                "deep"
            ],
            "pk": 470635,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Change your opinions, keep to your principles; change your leaves, keep intact your roots. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 564,
            "tags": [
                "deep"
            ],
            "pk": 470636,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Doubt is an illness that comes from knowledge and leads to madness. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 586,
            "tags": [
                "deep"
            ],
            "pk": 470637,
            "image": null,
            "language": "en"
        }
    ]
}