List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5495
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=5500",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5490",
    "results": [
        {
            "quote": "Truth is a pathless land. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 712,
            "tags": [
                "short"
            ],
            "pk": 471185,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Seek truth and you will find a path. Frank Slaughter",
            "author": "Frank Slaughter",
            "likes": 173,
            "tags": [
                "short"
            ],
            "pk": 471186,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Falsehood is easy, truth so difficult. George Eliot",
            "author": "George Eliot",
            "likes": 559,
            "tags": [
                "short"
            ],
            "pk": 471188,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Truth is on the side of the oppressed. Malcolm X",
            "author": "Malcolm X",
            "likes": 536,
            "tags": [
                "short"
            ],
            "pk": 471189,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The object of the superior man is truth. Confucius",
            "author": "Confucius",
            "likes": 506,
            "tags": [
                "short"
            ],
            "pk": 471190,
            "image": null,
            "language": "en"
        }
    ]
}