List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5000
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5005",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4995",
    "results": [
        {
            "quote": "Broken crayons still color.",
            "author": "",
            "likes": 702,
            "tags": [
                "short"
            ],
            "pk": 470663,
            "image": null,
            "language": "en"
        },
        {
            "quote": "And so the adventure begins.",
            "author": "",
            "likes": 92,
            "tags": [
                "short"
            ],
            "pk": 470664,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want it, work for it.",
            "author": "",
            "likes": 594,
            "tags": [
                "short"
            ],
            "pk": 470665,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can if you think you can. George Reeves",
            "author": "George Reeves",
            "likes": 720,
            "tags": [
                "short"
            ],
            "pk": 470666,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whatever you are, be a good one. Abraham Lincoln",
            "author": "Abraham Lincoln",
            "likes": 336,
            "tags": [
                "short"
            ],
            "pk": 470667,
            "image": null,
            "language": "en"
        }
    ]
}