List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=305
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=310",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=300",
    "results": [
        {
            "quote": "The most important aspect of my personality as far as determining my success goes; has been my questioning conventional wisdom, doubting experts and questioning authority. While that can be painful in your relationships with your parents and teachers, it’s enormously useful in life. Larry Ellison",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465857,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You’re braver than you believe, and stronger than you seem, and smarter than you think. A.A. Milne",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465858,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every action in our lives touches on some chord that will vibrate in eternity. Edwin Hubbel Chapin",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465859,
            "image": null,
            "language": "en"
        },
        {
            "quote": ", be honest, be kind. Ralph Waldo Emerson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465860,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t let what you can’t do stop you from doing what you can do. John Wooden",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465861,
            "image": null,
            "language": "en"
        }
    ]
}