List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4910
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=4915",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4905",
    "results": [
        {
            "quote": "All the mistakes I ever made in my life were when I wanted to say No, and said Yes. Moss Hart",
            "author": "Moss Hart",
            "likes": 252,
            "tags": [
                "deep"
            ],
            "pk": 470565,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Many of us pursue pleasure with such breathless haste that we hurry past it. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 706,
            "tags": [
                "deep"
            ],
            "pk": 470566,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is the greatest hiding place for despair. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 299,
            "tags": [
                "deep"
            ],
            "pk": 470567,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you realize there is nothing lacking, the whole world belongs to you. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 652,
            "tags": [
                "deep"
            ],
            "pk": 470568,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Pleasure is found first in anticipation, later in memory. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 717,
            "tags": [
                "deep"
            ],
            "pk": 470569,
            "image": null,
            "language": "en"
        }
    ]
}