List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5330
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=5335",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5325",
    "results": [
        {
            "quote": "Wherever there is a human being, there is an opportunity for a kindness. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 241,
            "tags": [
                "short"
            ],
            "pk": 471017,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do less. Be more. Neil Strauss",
            "author": "Neil Strauss",
            "likes": 656,
            "tags": [
                "short"
            ],
            "pk": 471018,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are your choices. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 345,
            "tags": [
                "short"
            ],
            "pk": 471019,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be true to who you are.",
            "author": "",
            "likes": 136,
            "tags": [
                "short"
            ],
            "pk": 471020,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My forte is awkwardness. Zach Galifianakis",
            "author": "Zach Galifianakis",
            "likes": 678,
            "tags": [
                "short"
            ],
            "pk": 471021,
            "image": null,
            "language": "en"
        }
    ]
}