List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3920
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=3925",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3915",
    "results": [
        {
            "quote": "The test of our progress is not whether we add more to the abundance of those who have much; it is whether we provide enough for those who have too little. Franklin D. Roosevelt",
            "author": "Roosevelt",
            "likes": 236,
            "tags": [
                "kindness"
            ],
            "pk": 469500,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Few will have the greatness to bend history itself, but each of us can work to change a small portion of events. It is from numberless diverse acts of courage and belief that human history is shaped. Each time a man stands up for an ideal, or acts to improve the lot of others, or strikes out against injustice, he sends forth a tiny ripple of hope, and crossing each other from a million different centers of energy and daring those ripples build a current which can sweep down the mightiest walls of oppression and resistance. Robert F. Kennedy",
            "author": "Kennedy",
            "likes": 727,
            "tags": [
                "kindness"
            ],
            "pk": 469501,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Simple kindness may be the most vital key to the riddle of how human beings can live with each other in peace, and care properly for this planet we all share. Bo Lozoff",
            "author": "Bo Lozoff",
            "likes": 629,
            "tags": [
                "kindness"
            ],
            "pk": 469502,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If the earth does grow inhospitable toward human presence, it is primarily because we have lost our sense of courtesy toward the earth and its inhabitants. Thomas Berry",
            "author": "Thomas Berry",
            "likes": 576,
            "tags": [
                "kindness"
            ],
            "pk": 469503,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Kindness is the golden chain by which society is bound together. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 747,
            "tags": [
                "kindness"
            ],
            "pk": 469504,
            "image": null,
            "language": "en"
        }
    ]
}