# PlatPhorm Fingerprint Service > Browser fingerprinting detection and analysis platform for educational purposes ## Overview PlatPhorm Fingerprint Service is a comprehensive browser fingerprinting detection platform inspired by CreepJS. It analyzes browser characteristics to create unique device fingerprints for educational and security research purposes. ## Part of the PlatPhorm Network - Main Site: https://platphormnews.com - Atlas (Threat Intelligence): https://atlas.platphormnews.com - Monitor & Trace: https://monitor.platphormnews.com - ThreatRelay: https://threatrelay.com ## API Endpoints ### Health Check GET https://fingerprint.platphormnews.com/api/health Returns service status and version information. ### OpenAPI Documentation GET https://fingerprint.platphormnews.com/api/docs Returns complete OpenAPI 3.1 specification. ### Submit Fingerprint POST https://fingerprint.platphormnews.com/api/v1/fingerprint Submit collected fingerprint data for analysis and storage. ### Get Fingerprint GET https://fingerprint.platphormnews.com/api/v1/fingerprint/{id} Retrieve a specific fingerprint by ID. ### Statistics Overview GET https://fingerprint.platphormnews.com/api/v1/stats/overview Get aggregated statistics about collected fingerprints. ### Events Stream GET https://fingerprint.platphormnews.com/api/events Server-Sent Events stream for real-time fingerprint events. ### Webhooks POST https://fingerprint.platphormnews.com/api/webhooks Receive signed webhook notifications for fingerprint events. ## Fingerprint Components Analyzed ### Canvas Fingerprinting Analyzes HTML5 Canvas rendering differences across browsers and hardware. ### WebGL Analysis Extracts GPU vendor, renderer, and shader precision information. ### Audio Fingerprinting Analyzes AudioContext and OfflineAudioContext processing differences. ### Navigator Properties Captures browser navigator object properties including plugins, languages, and platform. ### Screen Analysis Collects screen resolution, color depth, and device pixel ratio. ### Font Detection Detects available system fonts using measurement techniques. ### Timezone Analysis Analyzes timezone settings, DST behavior, and locale formatting. ### DOMRect Fingerprinting Captures element bounding rectangle measurements for sub-pixel analysis. ### Headless Detection Detects automated browsers, headless Chrome, Puppeteer, and Playwright. ### Lies Detection Identifies tampering with browser APIs and spoofed values. ### Resistance Profiling Detects privacy tools like Brave Shields, Firefox Resist Fingerprinting, and Tor Browser. ## Authentication API endpoints support optional API key authentication via X-API-Key header. ## Rate Limits - 100 requests per minute per IP for unauthenticated requests - 1000 requests per minute for authenticated requests ## More Information - Full Documentation: https://fingerprint.platphormnews.com/llms-full.txt - API Schema: https://fingerprint.platphormnews.com/api/docs - Source Inspiration: https://github.com/AbrahamJuliot/creepjs