List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4285
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=4290",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4280",
    "results": [
        {
            "quote": "Soup is a lot like a family. Each ingredient enhances the others; each batch has its own characteristics; and it needs time to simmer to reach full flavor. Marge Kennedy",
            "author": "Marge Kennedy",
            "likes": 628,
            "tags": [
                "family"
            ],
            "pk": 469908,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most important thing that parents can teach their children is how to get along without them. Frank A. Clark",
            "author": "Clark",
            "likes": 671,
            "tags": [
                "family"
            ],
            "pk": 469909,
            "image": null,
            "language": "en"
        },
        {
            "quote": "None of us is as smart as all of us. Ken H Blanchard",
            "author": "Ken H Blanchard",
            "likes": 728,
            "tags": [
                "family"
            ],
            "pk": 469910,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The strength of a nation derives from the integrity of the home. Confucius",
            "author": "Confucius",
            "likes": 211,
            "tags": [
                "family"
            ],
            "pk": 469912,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Children are educated by what the grown-up is and not by his talk. Carl Jung",
            "author": "Carl Jung",
            "likes": 415,
            "tags": [
                "family"
            ],
            "pk": 469913,
            "image": null,
            "language": "en"
        }
    ]
}