List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5150
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=5155",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5145",
    "results": [
        {
            "quote": "A smooth sea never made a skillful sailor.",
            "author": "",
            "likes": 493,
            "tags": [
                "short"
            ],
            "pk": 470822,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Pain is inevitable. Suffering is optional.",
            "author": "",
            "likes": 747,
            "tags": [
                "short"
            ],
            "pk": 470823,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Chop your own wood and it will warm you twice. Henry Ford",
            "author": "Henry Ford",
            "likes": 394,
            "tags": [
                "short"
            ],
            "pk": 470824,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Some people are so poor, all they have is money. Jack Kerouac",
            "author": "Jack Kerouac",
            "likes": 185,
            "tags": [
                "short"
            ],
            "pk": 470825,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no saint without a past, no sinner without a future. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 409,
            "tags": [
                "short"
            ],
            "pk": 470827,
            "image": null,
            "language": "en"
        }
    ]
}