List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4150
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=4155",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4145",
    "results": [
        {
            "quote": "It is one of the severest tests of friendship to tell your friend his faults. So to love a man that you cannot bear to see a stain upon him, and to speak painful truth through loving words, that is friendship. Henry Ward Beecher",
            "author": "Henry Ward Beecher",
            "likes": 734,
            "tags": [
                "friendship"
            ],
            "pk": 469768,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The glory of friendship is not the outstretched hand, not the kindly smile, nor the joy of companionship; it is the spiritual inspiration that comes to one when you discover that someone else believes in you and is willing to trust you with a friendship. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 145,
            "tags": [
                "friendship"
            ],
            "pk": 469769,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One must be fond of people and trust them if one is not to make a mess of life. E. M. Forster",
            "author": "Forster",
            "likes": 630,
            "tags": [
                "friendship"
            ],
            "pk": 469770,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Listening is a magnetic and strange thing, a creative force. The friends who listen to us are the ones we move toward. When we are listened to, it creates us, makes us unfold and expand. Karl Menninger",
            "author": "Karl Menninger",
            "likes": 114,
            "tags": [
                "friendship"
            ],
            "pk": 469771,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is one of the most tangible things in a world which offers fewer and fewer supports. Kenneth Branagh",
            "author": "Kenneth Branagh",
            "likes": 579,
            "tags": [
                "friendship"
            ],
            "pk": 469772,
            "image": null,
            "language": "en"
        }
    ]
}