List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4920
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=4925",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4915",
    "results": [
        {
            "quote": "Pain and suffering are always inevitable for a large intelligence and a deep heart. Fyodor Dostoyevsky",
            "author": "Fyodor Dostoyevsky",
            "likes": 586,
            "tags": [
                "deep"
            ],
            "pk": 470575,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Melancholy is the happiness of being sad. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 556,
            "tags": [
                "deep"
            ],
            "pk": 470576,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most common form of despair is not being who you are. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 576,
            "tags": [
                "deep"
            ],
            "pk": 470577,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you dig a pit for others to fall into, you will fall into it yourself. Rumi",
            "author": "Rumi",
            "likes": 582,
            "tags": [
                "deep"
            ],
            "pk": 470578,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The pain of parting is nothing to the joy of meeting again. Charles Dickens",
            "author": "Charles Dickens",
            "likes": 612,
            "tags": [
                "deep"
            ],
            "pk": 470579,
            "image": null,
            "language": "en"
        }
    ]
}