List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5130
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=5135",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5125",
    "results": [
        {
            "quote": "The eyes are useless when the mind is blind.",
            "author": "",
            "likes": 739,
            "tags": [
                "short"
            ],
            "pk": 470802,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Forgiveness is giving up hope for a better past.",
            "author": "",
            "likes": 119,
            "tags": [
                "short"
            ],
            "pk": 470803,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be kind to unkind people, they need it the most.",
            "author": "",
            "likes": 219,
            "tags": [
                "short"
            ],
            "pk": 470804,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Solitary trees, if they grow at all, grow strong. Winston Churchill",
            "author": "Winston Churchill",
            "likes": 770,
            "tags": [
                "short"
            ],
            "pk": 470805,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Character like a photograph, develops in darkness.",
            "author": "",
            "likes": 405,
            "tags": [
                "short"
            ],
            "pk": 470806,
            "image": null,
            "language": "en"
        }
    ]
}