List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4325
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=4330",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4320",
    "results": [
        {
            "quote": "Family is the most important institution in society. Marco Rubio",
            "author": "Marco Rubio",
            "likes": 394,
            "tags": [
                "family"
            ],
            "pk": 469949,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family is a gift that lasts forever. Unknown",
            "author": "",
            "likes": 696,
            "tags": [
                "family"
            ],
            "pk": 469950,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Families are the compass that guides us. They are the inspiration to reach great heights, and our comfort when we occasionally falter. Brad Henry",
            "author": "Brad Henry",
            "likes": 785,
            "tags": [
                "family"
            ],
            "pk": 469951,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is not a bad thing that children should occasionally, and politely, put parents in their place. Colette",
            "author": "Colette",
            "likes": 618,
            "tags": [
                "family"
            ],
            "pk": 469952,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Home is the place where boys and girls first learn how to limit their wishes, abide by rules, and consider the rights and needs of others. Sidonie Gruenberg",
            "author": "Sidonie Gruenberg",
            "likes": 405,
            "tags": [
                "family"
            ],
            "pk": 469953,
            "image": null,
            "language": "en"
        }
    ]
}