List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4225
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=4230",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4220",
    "results": [
        {
            "quote": "Home should be an anchor, a port in a storm, a refuge, a happy place in which to dwell, a place where we are loved and where we can love. Marvin J. Ashton",
            "author": "Ashton",
            "likes": 475,
            "tags": [
                "family"
            ],
            "pk": 469845,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To nourish children and raise them against odds is in any time, any place, more valuable than to fix bolts in cars or design nuclear weapons. Marilyn French",
            "author": "Marilyn French",
            "likes": 61,
            "tags": [
                "family"
            ],
            "pk": 469846,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Each day of our lives we make deposits in the memory banks of our children. Charles R. Swindoll",
            "author": "Swindoll",
            "likes": 222,
            "tags": [
                "family"
            ],
            "pk": 469847,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Perhaps the greatest social service that can be rendered by anybody to this country and to mankind is to bring up a family. George Bernard Shaw",
            "author": "George Bernard Shaw",
            "likes": 334,
            "tags": [
                "family"
            ],
            "pk": 469848,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Families are the tie that reminds us of yesterday, provide strength and support today, and give us hope for tomorrow. No government, no matter how well-intentioned, or well-managed, can provide what our families provide. Bill Owens",
            "author": "Bill Owens",
            "likes": 284,
            "tags": [
                "family"
            ],
            "pk": 469849,
            "image": null,
            "language": "en"
        }
    ]
}