List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4020
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=4025",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4015",
    "results": [
        {
            "quote": "The friendship of one intelligent man is better than that of all the unintelligent. Democritus",
            "author": "Democritus",
            "likes": 358,
            "tags": [
                "friendship"
            ],
            "pk": 469630,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship, like credit, is highest when it is not used. Elbert Hubbard",
            "author": "Elbert Hubbard",
            "likes": 94,
            "tags": [
                "friendship"
            ],
            "pk": 469631,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The feeling of friendship is like that of being comfortably filled with roast beef; love, like being enlivened with champagne. Samuel Johnson",
            "author": "Samuel Johnson",
            "likes": 674,
            "tags": [
                "friendship"
            ],
            "pk": 469632,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The older I get the more selective I am of who is in my tribe. I would rather have four quarters than a hundred pennies.",
            "author": "",
            "likes": 604,
            "tags": [
                "friendship"
            ],
            "pk": 469635,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A true friend is one who overlooks your failures and tolerates your success. Doug Larson",
            "author": "Doug Larson",
            "likes": 788,
            "tags": [
                "friendship"
            ],
            "pk": 469636,
            "image": null,
            "language": "en"
        }
    ]
}