List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5505
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=5510",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5500",
    "results": [
        {
            "quote": "Rather than love, than money, than fame, give me truth. Henry David Thoreau",
            "author": "Henry David Thoreau",
            "likes": 608,
            "tags": [
                "short"
            ],
            "pk": 471196,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We search something permanent, something that will last. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 384,
            "tags": [
                "short"
            ],
            "pk": 471197,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Seek not greatness, but seek truth and you will find both. Horace Mann",
            "author": "Horace Mann",
            "likes": 460,
            "tags": [
                "short"
            ],
            "pk": 471198,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To believe in something, and not to live it, is dishonest. Mohandas Gandhi",
            "author": "Mohandas Gandhi",
            "likes": 771,
            "tags": [
                "short"
            ],
            "pk": 471199,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In a time of deceit telling the truth is a revolutionary act. George Orwell",
            "author": "George Orwell",
            "likes": 567,
            "tags": [
                "short"
            ],
            "pk": 471200,
            "image": null,
            "language": "en"
        }
    ]
}