List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4170
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=4175",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4165",
    "results": [
        {
            "quote": "Keep your friends close, but your enemies even closer. The Godfather",
            "author": "The Godfather",
            "likes": 136,
            "tags": [
                "friendship"
            ],
            "pk": 469788,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The most important thing in life will always be the people in this room. Right here, right now. Dom Toretto",
            "author": "Dom Toretto",
            "likes": 710,
            "tags": [
                "friendship"
            ],
            "pk": 469789,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friends are never apart. Maybe in distance but never in heart.",
            "author": "",
            "likes": 530,
            "tags": [
                "friendship"
            ],
            "pk": 469790,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You give me reasons to smile and reasons to laugh, but most of all, you give me memories I could never forget.",
            "author": "",
            "likes": 412,
            "tags": [
                "friendship"
            ],
            "pk": 469791,
            "image": null,
            "language": "en"
        },
        {
            "quote": "At the end of every tunnel, there is a light somewhere, a light of hope and reason, and a light to guide us to the safety from the dark, to outstretched hands there. These hands hold out friendship, something everyone needs, for friendship brings a wealth much more than anything money can buy, for without this wealth, many of us would just shrivel up and die. David Harris",
            "author": "David Harris",
            "likes": 383,
            "tags": [
                "friendship"
            ],
            "pk": 469792,
            "image": null,
            "language": "en"
        }
    ]
}