List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4600
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=4605",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4595",
    "results": [
        {
            "quote": "Be strong because things will get better. It may be stormy now but it never rains forever. Evan Carmichael",
            "author": "Evan Carmichael",
            "likes": 684,
            "tags": [
                "positive"
            ],
            "pk": 470236,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Optimism is joyful searching; pessimism is a prison of fear and a clutching at illusionary safety. Kathleen A. Brehony",
            "author": "Brehony",
            "likes": 183,
            "tags": [
                "positive"
            ],
            "pk": 470237,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are some things you learn best in calm, and some in storm. Willa Cather",
            "author": "Willa Cather",
            "likes": 414,
            "tags": [
                "positive"
            ],
            "pk": 470238,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Dwelling on the negative simply contributes to its power. Shirley MacLaine",
            "author": "Shirley MacLaine",
            "likes": 534,
            "tags": [
                "positive"
            ],
            "pk": 470239,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Hope is important because it can make the present moment less difficult to bear. If we believe that tomorrow will be better, we can bear a hardship today. Thich Nhat Hanh",
            "author": "Thich Nhat Hanh",
            "likes": 220,
            "tags": [
                "positive"
            ],
            "pk": 470240,
            "image": null,
            "language": "en"
        }
    ]
}