OS platform string
GET /api/fingerprint/platformPlatform fingerprinting reads navigator.platform to detect the operating system and architecture. Common values include 'Win32' (Windows), 'MacIntel' (macOS x86_64), 'Linux x86_64', 'iPhone', 'iPad', 'Android'. Despite being deprecated in favor of User-Agent Client Hints, navigator.platform remains widely available and is difficult to spoof consistently. Mismatches between platform and other OS indicators (like screen resolution, fonts, or WebGL vendor strings) reveal spoofing attempts. Some browsers return generic values ('Linux x86_64' for privacy), but this consistency itself becomes a fingerprinting signal. The value is extremely stable and only changes with OS reinstallation or hardware changes.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.