List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4205
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=4210",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4200",
    "results": [
        {
            "quote": "Families is where our nation finds hope, where wings take dream. George W. Bush",
            "author": "Bush",
            "likes": 256,
            "tags": [
                "family"
            ],
            "pk": 469825,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Like all the best families, we have our share of eccentricities, of impetuous and wayward youngsters and of family disagreements. Queen Elizabeth II",
            "author": "Queen Elizabeth II",
            "likes": 781,
            "tags": [
                "family"
            ],
            "pk": 469826,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Children are the anchors that hold a mother to life. Sophocles",
            "author": "Sophocles",
            "likes": 558,
            "tags": [
                "family"
            ],
            "pk": 469827,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The family is the first essential cell of human society. Pope John XXIII",
            "author": "Pope John XXIII",
            "likes": 742,
            "tags": [
                "family"
            ],
            "pk": 469828,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family makes a house a home. Jennifer Hudson",
            "author": "Jennifer Hudson",
            "likes": 381,
            "tags": [
                "family"
            ],
            "pk": 469829,
            "image": null,
            "language": "en"
        }
    ]
}