List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5430
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=5435",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5425",
    "results": [
        {
            "quote": "Being a minimalist means you value yourself more than material things.",
            "author": "",
            "likes": 562,
            "tags": [
                "short"
            ],
            "pk": 471119,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Getting all of that stuff out of your life (and your mind) is addictive. Tynan",
            "author": "Tynan",
            "likes": 508,
            "tags": [
                "short"
            ],
            "pk": 471120,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Instead of working so hard to make ends meet, work on having fewer ends. Courtney Carver",
            "author": "Courtney Carver",
            "likes": 207,
            "tags": [
                "short"
            ],
            "pk": 471121,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our economy is based on spending billions to persuade people that happiness is buying things. Philip Slater",
            "author": "Philip Slater",
            "likes": 228,
            "tags": [
                "short"
            ],
            "pk": 471122,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Stop trying to impress others with the things that you own. Begin inspiring them by the way you live.",
            "author": "",
            "likes": 664,
            "tags": [
                "short"
            ],
            "pk": 471123,
            "image": null,
            "language": "en"
        }
    ]
}