List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5170
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=5175",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5165",
    "results": [
        {
            "quote": "The sole meaning of life is to serve humanity. Leo Tolstoy",
            "author": "Leo Tolstoy",
            "likes": 234,
            "tags": [
                "short"
            ],
            "pk": 470843,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love the life you live. Lead the life you love. Bob Marley",
            "author": "Bob Marley",
            "likes": 473,
            "tags": [
                "short"
            ],
            "pk": 470844,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is accepting what is and working from that. Gloria Naylor",
            "author": "Gloria Naylor",
            "likes": 405,
            "tags": [
                "short"
            ],
            "pk": 470845,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We are all, right now, living the life we choose. Peter McWilliams",
            "author": "Peter McWilliams",
            "likes": 313,
            "tags": [
                "short"
            ],
            "pk": 470846,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Not life, but good life, is to be chiefly valued. Socrates",
            "author": "Socrates",
            "likes": 379,
            "tags": [
                "short"
            ],
            "pk": 470847,
            "image": null,
            "language": "en"
        }
    ]
}