List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5300
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=5305",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5295",
    "results": [
        {
            "quote": "Gratitude is riches. Complaint is poverty. Doris Day",
            "author": "Doris Day",
            "likes": 538,
            "tags": [
                "short"
            ],
            "pk": 470985,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When one has a grateful heart, life is so beautiful. Roy T. Bennett",
            "author": "Bennett",
            "likes": 527,
            "tags": [
                "short"
            ],
            "pk": 470986,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Gratitude is the fairest blossom which springs from the soul. Henry Ward Beecher",
            "author": "Henry Ward Beecher",
            "likes": 190,
            "tags": [
                "short"
            ],
            "pk": 470987,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The essence of all beautiful art, all great art, is gratitude. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 412,
            "tags": [
                "short"
            ],
            "pk": 470988,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How lucky I am to have something that makes saying goodbye so hard. Winnie the Pooh",
            "author": "Winnie the Pooh",
            "likes": 781,
            "tags": [
                "short"
            ],
            "pk": 470989,
            "image": null,
            "language": "en"
        }
    ]
}