List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4725
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=4730",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4720",
    "results": [
        {
            "quote": "A man sees in the world what he carries in his heart. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 284,
            "tags": [
                "deep"
            ],
            "pk": 470365,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Wisely and slow; they stumble that run fast. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 187,
            "tags": [
                "deep"
            ],
            "pk": 470366,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The two most important days in your life are the day you are born and the day you find out why. Mark Twain",
            "author": "Mark Twain",
            "likes": 289,
            "tags": [
                "deep"
            ],
            "pk": 470367,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have never let my schooling interfere with my education. Mark Twain",
            "author": "Mark Twain",
            "likes": 351,
            "tags": [
                "deep"
            ],
            "pk": 470368,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whenever you find yourself on the side of the majority, it is time to reform (or pause and reflect). Mark Twain",
            "author": "Mark Twain",
            "likes": 475,
            "tags": [
                "deep"
            ],
            "pk": 470369,
            "image": null,
            "language": "en"
        }
    ]
}