List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4870
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=4875",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4865",
    "results": [
        {
            "quote": "He who loves, love you with your dirt. Ugandan proverb",
            "author": "Ugandan proverb",
            "likes": 582,
            "tags": [
                "deep"
            ],
            "pk": 470519,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Even as the archer loves the arrow that flies, so too he loves the bow that remains constant in his hands. Nigerian proverb",
            "author": "Nigerian proverb",
            "likes": 141,
            "tags": [
                "deep"
            ],
            "pk": 470521,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love, like rain, does not choose the grass on which it falls. South African proverb",
            "author": "South African proverb",
            "likes": 683,
            "tags": [
                "deep"
            ],
            "pk": 470522,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One who loves the vase, loves also what is inside. Kenyan proverb",
            "author": "Kenyan proverb",
            "likes": 569,
            "tags": [
                "deep"
            ],
            "pk": 470523,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There can be no deep disappointment where there is not deep love. Martin Luther King Jr",
            "author": "Martin Luther King Jr",
            "likes": 429,
            "tags": [
                "deep"
            ],
            "pk": 470524,
            "image": null,
            "language": "en"
        }
    ]
}