{
    "api": "AbuseIPDB Blocklist API",
    "version": "1.0",
    "endpoints": {
        "GET ?stats=1": "Get statistics for all categories",
        "GET ?stats=1&category=1d": "Get statistics for specific category",
        "GET ?category=1d": "Get IP list for category (add &limit=100, &country=VN, &source=wordpress, &format=json|csv|txt)",
        "GET ?category=1d&threats=1": "Get threats list (add &domain=example.com, &source=wordpress-waf)",
        "GET ?check=1.0.138.92": "Check if IP is in blocklist (add &category=1d for specific category)",
        "POST \/api\/submit.php": "Submit malicious IPs from WordPress plugin (requires API key, domain)"
    },
    "categories": [
        "1d",
        "3d",
        "7d",
        "14d",
        "30d"
    ]
}