List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4665
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4670",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4660",
    "results": [
        {
            "quote": "The only way of discovering the limits of the possible is to venture a little way past them into the impossible. Arthur C. Clarke",
            "author": "Clarke",
            "likes": 492,
            "tags": [
                "positive"
            ],
            "pk": 470302,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Discouragement and failure are two of the surest stepping stones to success. Dale Carnegie",
            "author": "Dale Carnegie",
            "likes": 640,
            "tags": [
                "positive"
            ],
            "pk": 470303,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Make improvements, not excuses. Seek respect, not attention. Roy T. Bennett",
            "author": "Bennett",
            "likes": 196,
            "tags": [
                "positive"
            ],
            "pk": 470304,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When the going gets tough, the tough get going. Joseph Kennedy",
            "author": "Joseph Kennedy",
            "likes": 544,
            "tags": [
                "positive"
            ],
            "pk": 470305,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You may have to fight a battle more than once to win it. Margaret Thatcher",
            "author": "Margaret Thatcher",
            "likes": 780,
            "tags": [
                "positive"
            ],
            "pk": 470306,
            "image": null,
            "language": "en"
        }
    ]
}