List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3820
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=3825",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3815",
    "results": [
        {
            "quote": "Making others happy, through kindness of speech and sincerity of right advice, is a sign of true greatness. To hurt another soul by sarcastic words, looks, or suggestions, is despicable. Paramahansa Yogananda",
            "author": "Paramahansa Yogananda",
            "likes": 600,
            "tags": [
                "kindness"
            ],
            "pk": 469397,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To be liked, it means that you must be treating people with respect and you must be showing kindness toward them. Queen Rania of Jordan",
            "author": "Queen Rania of Jordan",
            "likes": 145,
            "tags": [
                "kindness"
            ],
            "pk": 469398,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I guess at the end of the day, all women like to be appreciated and treated with respect and kindness. Sofia Vergara",
            "author": "Sofia Vergara",
            "likes": 528,
            "tags": [
                "kindness"
            ],
            "pk": 469399,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People just deserve to be treated with kindness. Sophia Bush",
            "author": "Sophia Bush",
            "likes": 477,
            "tags": [
                "kindness"
            ],
            "pk": 469400,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Evil begins when you begin to treat people as things. Terry Pratchett",
            "author": "Terry Pratchett",
            "likes": 462,
            "tags": [
                "kindness"
            ],
            "pk": 469401,
            "image": null,
            "language": "en"
        }
    ]
}