List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5530
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=5535",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5525",
    "results": [
        {
            "quote": "To find yourself, think for yourself. Socrates",
            "author": "Socrates",
            "likes": 500,
            "tags": [
                "short"
            ],
            "pk": 471222,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In teaching others we teach ourselves.",
            "author": "",
            "likes": 358,
            "tags": [
                "short"
            ],
            "pk": 471223,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Maturity comes with experience, not age.",
            "author": "",
            "likes": 682,
            "tags": [
                "short"
            ],
            "pk": 471224,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Pain is inevitable. Suffering is optional. Haruki Murakami",
            "author": "Haruki Murakami",
            "likes": 303,
            "tags": [
                "short"
            ],
            "pk": 471225,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is better to travel well than to arrive. Buddha",
            "author": "Buddha",
            "likes": 762,
            "tags": [
                "short"
            ],
            "pk": 471226,
            "image": null,
            "language": "en"
        }
    ]
}