List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4175
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=4180",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4170",
    "results": [
        {
            "quote": "The most I can do for my friend is simply to be his friend. I have no wealth to bestow on him. If he knows that I am happy in loving him, he will want no other reward. Is not friendship divine in this? Henry David Thoreau",
            "author": "Is not friendship divine in this? Henry David Thoreau",
            "likes": 658,
            "tags": [
                "friendship"
            ],
            "pk": 469793,
            "image": null,
            "language": "en"
        },
        {
            "quote": "An ounce of blood is worth more than a pound of friendship. Spanish proverb",
            "author": "Spanish proverb",
            "likes": 759,
            "tags": [
                "family"
            ],
            "pk": 469794,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As the family goes, so goes the nation and so goes the whole world in which we live. Pope John Paul II",
            "author": "Pope John Paul II",
            "likes": 782,
            "tags": [
                "family"
            ],
            "pk": 469795,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have learned that to be with those I like is enough. Walt Whitmann",
            "author": "Walt Whitmann",
            "likes": 505,
            "tags": [
                "family"
            ],
            "pk": 469796,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Treat your family like friends and your friends like family. Unknown",
            "author": "",
            "likes": 247,
            "tags": [
                "family"
            ],
            "pk": 469797,
            "image": null,
            "language": "en"
        }
    ]
}