List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=130
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=135",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=125",
    "results": [
        {
            "quote": "The success or failure of a life, as far as posterity goes, seems to lie in the more or less luck of seizing the right moment of escape. Alice James",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465678,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success in life is founded upon attention to the small things rather than to the large things; to the every day things nearest to us rather than to the things that are remote and uncommon. Booker T. Washington",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465679,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The depth of your mythology is the extent of",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465680,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Practice like you’ve never won. Perform like you’ve never lost. Bernard F. Asuncion",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465681,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is only one kind of success that really matters: the success of transforming ourselves, transforming our afflictions, fear, and anger. This is the kind of success, the kind of power, that will benefits us and others without causing any damage. Thich Nhat Hanh",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465682,
            "image": null,
            "language": "en"
        }
    ]
}