List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4155
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=4160",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4150",
    "results": [
        {
            "quote": "There can be no friendship without confidence, and no confidence without integrity. Samuel Johnson",
            "author": "Samuel Johnson",
            "likes": 476,
            "tags": [
                "friendship"
            ],
            "pk": 469773,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Tis the privilege of friendship to talk nonsense, and to have her nonsense respected. Charles Lamb",
            "author": "Charles Lamb",
            "likes": 226,
            "tags": [
                "friendship"
            ],
            "pk": 469774,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Only a true friend would be that truly honest. Shrek",
            "author": "Shrek",
            "likes": 549,
            "tags": [
                "friendship"
            ],
            "pk": 469775,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We will be friends until forever, just you wait and see. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 440,
            "tags": [
                "friendship"
            ],
            "pk": 469776,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Some people are worth melting for. Olaf",
            "author": "Olaf",
            "likes": 415,
            "tags": [
                "friendship"
            ],
            "pk": 469777,
            "image": null,
            "language": "en"
        }
    ]
}