List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3825
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=3830",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3820",
    "results": [
        {
            "quote": "Good manners are the technique of expressing considerations for the feelings of others. Alice Miller",
            "author": "Alice Miller",
            "likes": 273,
            "tags": [
                "kindness"
            ],
            "pk": 469402,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Politeness is to human nature what warmth is to wax. Arthur Schopenhauer",
            "author": "Arthur Schopenhauer",
            "likes": 638,
            "tags": [
                "kindness"
            ],
            "pk": 469403,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be courteous to all but intimate with few; and let those few be well tried before you give them your confidence. George Washington",
            "author": "George Washington",
            "likes": 369,
            "tags": [
                "kindness"
            ],
            "pk": 469404,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Courteousness is consideration for others; politeness is the method used to deliver such considerations. Bryant H. McGill",
            "author": "McGill",
            "likes": 599,
            "tags": [
                "kindness"
            ],
            "pk": 469405,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Politeness is a desire to be treated politely, and to be esteemed polite oneself. Francois de La Rochefoucauld",
            "author": "Francois de La Rochefoucauld",
            "likes": 781,
            "tags": [
                "kindness"
            ],
            "pk": 469406,
            "image": null,
            "language": "en"
        }
    ]
}