List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=140
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=145",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=135",
    "results": [
        {
            "quote": "Success is a consequence and must not be a goal. Gustave Flaubert",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465688,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be successful be ahead of your time, but only a little. Mason Cooley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465689,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success usually comes to those who are too busy to be looking for it. Henry David Thoreau",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465690,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is nothing so useless as doing efficiently that which should not be done at all. Peter F. Drucker",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465691,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Pick battles big enough to matter, small enough to win. Jonathan Kozol",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465692,
            "image": null,
            "language": "en"
        }
    ]
}