List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4510
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=4515",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4505",
    "results": [
        {
            "quote": "He is richest who is content with the least, for contentment is the wealth of nature. Socrates",
            "author": "Socrates",
            "likes": 336,
            "tags": [
                "positive"
            ],
            "pk": 470143,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Hold on to your dreams of a better life and stay committed to striving to realize it. Earl G. Graves Sr",
            "author": "Graves Sr",
            "likes": 649,
            "tags": [
                "positive"
            ],
            "pk": 470144,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Positive thinking and visualizing my success were my keys to doing well. Robert T. Kiyosaki",
            "author": "Kiyosaki",
            "likes": 298,
            "tags": [
                "positive"
            ],
            "pk": 470145,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A successful man is one who can lay a firm foundation with the bricks others have thrown at him. David Brinkley",
            "author": "David Brinkley",
            "likes": 204,
            "tags": [
                "positive"
            ],
            "pk": 470146,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I feel on top of the world, I feel incredible, I feel motivated, I feel empowered. I am the master of my own destiny. Maria Menounos",
            "author": "Maria Menounos",
            "likes": 641,
            "tags": [
                "positive"
            ],
            "pk": 470147,
            "image": null,
            "language": "en"
        }
    ]
}