{
    "error": false,
    "amount": 2,
    "jokes": [
        {
            "category": "Programming",
            "type": "single",
            "joke": "Debugging: Removing the needles from the haystack.",
            "flags": {
                "nsfw": false,
                "religious": false,
                "political": false,
                "racist": false,
                "sexist": false,
                "explicit": false
            },
            "id": 40,
            "safe": true,
            "lang": "en"
        },
        {
            "category": "Programming",
            "type": "twopart",
            "setup": "How do you know God is a shitty programmer?",
            "delivery": "He wrote the OS for an entire universe, but didn't leave a single useful comment.",
            "flags": {
                "nsfw": false,
                "religious": true,
                "political": false,
                "racist": false,
                "sexist": false,
                "explicit": true
            },
            "id": 19,
            "safe": false,
            "lang": "en"
        }
    ]
}