List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5420
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=5425",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5415",
    "results": [
        {
            "quote": "There is more to life than increasing its speed. Mahatma Gandhi",
            "author": "Mahatma Gandhi",
            "likes": 278,
            "tags": [
                "short"
            ],
            "pk": 471109,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is quality rather than quantity that matters. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 250,
            "tags": [
                "short"
            ],
            "pk": 471110,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The need for less often result in a life of more. Brian Gardner",
            "author": "Brian Gardner",
            "likes": 759,
            "tags": [
                "short"
            ],
            "pk": 471111,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love people, use things. The opposite never works. The Minimalists",
            "author": "The Minimalists",
            "likes": 269,
            "tags": [
                "short"
            ],
            "pk": 471112,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Remember, you probably already have more than you need.",
            "author": "",
            "likes": 139,
            "tags": [
                "short"
            ],
            "pk": 471113,
            "image": null,
            "language": "en"
        }
    ]
}