List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4940
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=4945",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4935",
    "results": [
        {
            "quote": "This could be your last throw of the dice: make it count. Robert Greene",
            "author": "Robert Greene",
            "likes": 491,
            "tags": [
                "deep"
            ],
            "pk": 470598,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To avoid pain, they avoid pleasure. To avoid death, they avoid life. Osho",
            "author": "Osho",
            "likes": 433,
            "tags": [
                "deep"
            ],
            "pk": 470599,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The real question is not whether life exists after death. The real question is whether you are alive before death. Osho",
            "author": "Osho",
            "likes": 690,
            "tags": [
                "deep"
            ],
            "pk": 470601,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You could leave life right now. Let that determine what you do and say and think. Marcus Aurelius",
            "author": "Marcus Aurelius",
            "likes": 697,
            "tags": [
                "deep"
            ],
            "pk": 470602,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I like men who have a future and women who have a past. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 246,
            "tags": [
                "deep"
            ],
            "pk": 470606,
            "image": null,
            "language": "en"
        }
    ]
}