List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4265
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=4270",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4260",
    "results": [
        {
            "quote": "Few men have been admired of their familiars. Michel de Montaigne",
            "author": "Michel de Montaigne",
            "likes": 744,
            "tags": [
                "family"
            ],
            "pk": 469886,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is little less trouble in governing a private family than a whole kingdom. Michel de Montaigne",
            "author": "Michel de Montaigne",
            "likes": 577,
            "tags": [
                "family"
            ],
            "pk": 469887,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We must take care of our families wherever we find them. Elizabeth Gilbert",
            "author": "Elizabeth Gilbert",
            "likes": 145,
            "tags": [
                "family"
            ],
            "pk": 469888,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Familiarity breeds contempt. Publilius Syrus",
            "author": "Publilius Syrus",
            "likes": 256,
            "tags": [
                "family"
            ],
            "pk": 469889,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The reason grandparents and grandchildren get along so well is that they have a common enemy. Sam Levenson",
            "author": "Sam Levenson",
            "likes": 66,
            "tags": [
                "family"
            ],
            "pk": 469890,
            "image": null,
            "language": "en"
        }
    ]
}