{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "id": 441,
        "slug": "logical-fallacies",
        "title": "Logical Fallacies",
        "description": "Common errors in reasoning.",
        "category": "Philosophy",
        "category_slug": "philosophy",
        "tags": "philosophy,logic,fallacies",
        "view_count": 1,
        "created_at": 1781275786,
        "updated_at": 1781275786
    },
    "data": [
        {
            "fallacy": "Ad Hominem",
            "description": "Attacking the person rather than the argument."
        },
        {
            "fallacy": "Straw Man",
            "description": "Misrepresenting an opponent's argument."
        },
        {
            "fallacy": "False Dilemma",
            "description": "Presenting only two options when more exist."
        },
        {
            "fallacy": "Appeal to Authority",
            "description": "Citing authority as sole evidence."
        },
        {
            "fallacy": "Slippery Slope",
            "description": "Claiming one event will inevitably lead to others."
        },
        {
            "fallacy": "Circular Reasoning",
            "description": "Restating the claim as proof."
        }
    ]
}