List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5535
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=5540",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5530",
    "results": [
        {
            "quote": "Love is too young to know what conscience is. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 310,
            "tags": [
                "short"
            ],
            "pk": 471227,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wisely, and slow. They stumble that run fast. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 549,
            "tags": [
                "short"
            ],
            "pk": 471228,
            "image": null,
            "language": "en"
        },
        {
            "quote": "With wisdom, comes the desire for simplicity.",
            "author": "",
            "likes": 397,
            "tags": [
                "short"
            ],
            "pk": 471229,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wise is he who collects the wisdom of others. Juan Guerra Caceras",
            "author": "Juan Guerra Caceras",
            "likes": 221,
            "tags": [
                "short"
            ],
            "pk": 471230,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing has more strength than dire necessity. Euripides",
            "author": "Euripides",
            "likes": 580,
            "tags": [
                "short"
            ],
            "pk": 471231,
            "image": null,
            "language": "en"
        }
    ]
}