API Scanner V1

Quick Scan

Use roblox api to detect unsual activity in UAIDs and owner history

Security Notice:Never share cookies and sensitive api keys that could lead to account theft. Please be aware of fake websites with fake domains and only use Roblox Api to verify UAIDs.

Security API Documentation

Integrate our poison detection scanner into your Roblox trading applications using our simple JavaScript API. The scanner runs locally in the browser and provides real-time protection against poisoned limiteds.

Quick Start Example

// Initialize the security scanner
const scanner = new RobloxSecurityScanner({
  apiKey: 'your-api-key-here',
  version: '3.2.1',
  mode: 'protection',
  scanInterval: 2000
});

// Start scanning for threats
scanner.start();

// Monitor scanner status
scanner.on('threatDetected', (threat) => {
  console.log('Threat blocked:', threat);
});

// Stop scanner when done
scanner.stop();

Advanced Configuration

// Advanced scanner configuration
const advancedScanner = new RobloxSecurityScanner({
  apiKey: 'your-api-key-here',
  version: '3.2.1',
  mode: 'protection',
  scanInterval: 2000,
  features: {
    deepScan: true,
    autoQuarantine: true,
    behavioralAnalysis: true
  },
  notifications: {
    enabled: true,
    level: 'high'
  }
});

// Register event handlers
advancedScanner.on('threatDetected', (threat) => {
  console.log('Threat detected:', threat);
  showAlert('Security Alert: Poisoned limited detected!');
});

// Start the advanced scanner
advancedScanner.start();

API Documentation & Updates

Complete reference for Limited Checker API responses and version history

Trade Verification API

Response Class (Status 200)
# RESPONSES OF TRADE VERIFICATION API

## Response Class (Status 200)
OK

### Response Content Type [application/json]

| Parameters | Value | Description |
|---|---|---|
tradeId | (required) | The trade ID to verify
itemHistory | (verified) | Complete ownership timeline
ownerValidation | (confirmed) | Current owner verification
flaggedItems | (none) | Detected suspicious items

Version History & Updates

Latest Security Enhancements
## Update Log - Limited Checker API

### Version 3.2.1 (Current)
+ ADDED Enhanced history verification
+ ADDED Real-time owner validation
+ ADDED Advanced flagged item detection

### Version 3.2.0
+ IMPROVED Trade scanning performance
+ FIXED False positive reduction
+ ADDED New verification endpoints

### Version 3.1.5
+ SECURITY Enhanced API protection
+ ADDED Additional response codes
+ OPTIMIZED Memory usage

Check out our other Api tools

Use roblox trades api to help and configure UAIDs