List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4950
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=4955",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4945",
    "results": [
        {
            "quote": "Laughter is not at all a bad beginning for a friendship, and it is by far the best ending for one. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 408,
            "tags": [
                "deep"
            ],
            "pk": 470613,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you treat an individual as he is, he will remain how he is. But if you treat him as if he were what he ought to be and could be, he will become what he ought to be and could be. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 563,
            "tags": [
                "deep"
            ],
            "pk": 470614,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The glory of friendship is not the outstretched hand, not the kindly smile, nor the joy of companionship; it is the spiritual inspiration that comes to one when you discover that someone else believes in you and is willing to trust you with a friendship. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 478,
            "tags": [
                "deep"
            ],
            "pk": 470615,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The man of knowledge must be able not only to love his enemies but also to hate his friends. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 453,
            "tags": [
                "deep"
            ],
            "pk": 470616,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everyone is a moon, and has a dark side which he never shows to anybody. Mark Twain",
            "author": "Mark Twain",
            "likes": 606,
            "tags": [
                "deep"
            ],
            "pk": 470617,
            "image": null,
            "language": "en"
        }
    ]
}