List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5180
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=5185",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5175",
    "results": [
        {
            "quote": "Life is defined more by its risks than by its samenesses. Mary Anne Radmacher",
            "author": "Mary Anne Radmacher",
            "likes": 546,
            "tags": [
                "short"
            ],
            "pk": 470853,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You only live once, but if you do it right, once is enough. Mae West",
            "author": "Mae West",
            "likes": 243,
            "tags": [
                "short"
            ],
            "pk": 470854,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes life has its way with you when you least expect it. Jon Hamm",
            "author": "Jon Hamm",
            "likes": 147,
            "tags": [
                "short"
            ],
            "pk": 470855,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life can only be understood backwards; but it must be lived forwards. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 395,
            "tags": [
                "short"
            ],
            "pk": 470856,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is not a problem to be solved, but a reality to be experienced. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 408,
            "tags": [
                "short"
            ],
            "pk": 470858,
            "image": null,
            "language": "en"
        }
    ]
}