List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5145
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=5150",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5140",
    "results": [
        {
            "quote": "You are not a drop in the ocean. You are the entire ocean in a drop. Rumi",
            "author": "Rumi",
            "likes": 603,
            "tags": [
                "short"
            ],
            "pk": 470817,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One is never afraid of the unknown; one is afraid of the known coming to an end. Jiddu Krishnamurti",
            "author": "Jiddu Krishnamurti",
            "likes": 126,
            "tags": [
                "short"
            ],
            "pk": 470818,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You have to be odd to be number one. Dr. Seuss",
            "author": "Seuss",
            "likes": 268,
            "tags": [
                "short"
            ],
            "pk": 470819,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Please all, and you will please none. Aesop",
            "author": "Aesop",
            "likes": 753,
            "tags": [
                "short"
            ],
            "pk": 470820,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The fool wonders, the wise man asks. Benjamin Disraeli",
            "author": "Benjamin Disraeli",
            "likes": 665,
            "tags": [
                "short"
            ],
            "pk": 470821,
            "image": null,
            "language": "en"
        }
    ]
}