List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4185
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=4190",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4180",
    "results": [
        {
            "quote": "I think our job as parents is to give our kids roots to grow and wings to fly. Deborah Norville",
            "author": "Deborah Norville",
            "likes": 144,
            "tags": [
                "family"
            ],
            "pk": 469804,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The family is the test of freedom; because the family is the only thing that the free man makes for himself and by himself. Gilbert K. Chesterton",
            "author": "Chesterton",
            "likes": 490,
            "tags": [
                "family"
            ],
            "pk": 469805,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Live so that when your children think of fairness, caring, and integrity, they think of you. H. Jackson Brown Jr",
            "author": "Jackson Brown Jr",
            "likes": 721,
            "tags": [
                "family"
            ],
            "pk": 469806,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your greatest contribution may not be something you do but someone you raise. Unknown",
            "author": "",
            "likes": 746,
            "tags": [
                "family"
            ],
            "pk": 469807,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Everyone needs a house to live in, but a supportive family is what builds a home. Anthony Liccione",
            "author": "Anthony Liccione",
            "likes": 671,
            "tags": [
                "family"
            ],
            "pk": 469808,
            "image": null,
            "language": "en"
        }
    ]
}