List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4365
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=4370",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4360",
    "results": [
        {
            "quote": "You call it chaos, we call it family. Unknown",
            "author": "",
            "likes": 221,
            "tags": [
                "family"
            ],
            "pk": 469991,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I mean, families are weird. Gordon Ramsay",
            "author": "Gordon Ramsay",
            "likes": 736,
            "tags": [
                "family"
            ],
            "pk": 469992,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In every dispute between parent and child, both cannot be right, but they may be, and usually are, both wrong. It is this situation which gives family life its peculiar hysterical charm. Isaac Rosenfeld",
            "author": "Isaac Rosenfeld",
            "likes": 141,
            "tags": [
                "family"
            ],
            "pk": 469993,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People who come from dysfunctional families are not destined for a dysfunctional life. Bo Bennett",
            "author": "Bo Bennett",
            "likes": 363,
            "tags": [
                "family"
            ],
            "pk": 469994,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family love is messy, clinging, and of an annoying and repetitive pattern, like bad wallpaper. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 335,
            "tags": [
                "family"
            ],
            "pk": 469996,
            "image": null,
            "language": "en"
        }
    ]
}