List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4975
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=4980",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4970",
    "results": [
        {
            "quote": "The function of prayer is not to influence God, but rather to change the nature of the one who prays. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 704,
            "tags": [
                "deep"
            ],
            "pk": 470638,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is so hard to believe because it is so hard to obey. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 175,
            "tags": [
                "deep"
            ],
            "pk": 470639,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I would never die for my beliefs because I might be wrong. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 702,
            "tags": [
                "deep"
            ],
            "pk": 470640,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Taking a new step, uttering a new word, is what people fear most. Fyodor Dostoyevsky",
            "author": "Fyodor Dostoyevsky",
            "likes": 320,
            "tags": [
                "deep"
            ],
            "pk": 470641,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As soon as you trust yourself, you will know how to live. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 685,
            "tags": [
                "deep"
            ],
            "pk": 470642,
            "image": null,
            "language": "en"
        }
    ]
}