{
    "name": "Siper Spam Koruması API",
    "version": "1.0.0",
    "status": "active",
    "endpoints": {
        "spam_report": {
            "method": "POST",
            "url": "\/api\/v1\/spam\/report.php",
            "description": "Spam numarası bildir"
        },
        "spam_list": {
            "method": "GET",
            "url": "\/api\/v1\/spam\/list.php",
            "description": "Spam listesini al",
            "params": "version, limit, severity, category"
        },
        "spam_check": {
            "method": "GET",
            "url": "\/api\/v1\/spam\/check.php",
            "description": "Numara kontrolü",
            "params": "phone"
        },
        "spam_updates": {
            "method": "GET",
            "url": "\/api\/v1\/spam\/updates.php",
            "description": "Güncelleme kontrolü",
            "params": "version"
        },
        "spam_stats": {
            "method": "GET",
            "url": "\/api\/v1\/spam\/stats.php",
            "description": "İstatistikler"
        }
    },
    "documentation": "https:\/\/siper.hasandogan.me\/docs",
    "support": "support@hasandogan.me"
}