MYSYSINFO/ api LIVE SCAN

MySysInfo API

// My System Information on the Internet

Browser & device intelligence for your app — IP, location, browser, OS, GPU, incognito detection, ad blocker status and 20 more signals as JSON.

// live response

GET /api/v1/identify
{
  "ip": "71.84.74.113",
  "timezone": "America/Los_Angeles",
  "coordinates": { "lat": 33.9449, "lng": -117.3834 },
  "location": "Riverside, CA",
  "device_type": "Desktop",
  "os": "Windows 10/11",
  "cpu_cores": 12,
  "pixel_ratio": 1.25,
  "screen_resolution": "1536x864",
  "viewport_size": "1536x730",
  "browser": "Chrome 150",
  "language": "en-US",
  "cookies": "enabled",
  "do_not_track": "not set",
  "incognito": "likely active",
  "privacy_browser": "standard browser",
  "ad_blocker": "not detected",
  "device_memory": "8 GB",
  "gpu_renderer": "ANGLE (AMD Radeon...)",
  "color_depth": "24-bit"
}

// how it works

01

Get your API key

Sign up free or choose a plan. Your API key arrives by email instantly.

02

Make your first call

curl https://mysysinfo.com/api/v1/identify \
  -H "Authorization: Bearer YOUR_API_KEY"
03

Get 20 signals back

Receive IP, location, browser, device, GPU, incognito status and more as JSON.

// pricing

Start free. Upgrade when you need more.

Free

$0/mo
  • 500 API calls/month
  • All 20 signals
  • Email support
Get Free Key →

Starter

$9/mo
  • 5,000 API calls/month
  • All 20 signals
  • Email support
Get Started →
Most Popular

Pro

$29/mo
  • 25,000 API calls/month
  • All 20 signals
  • Priority support
Get Started →

Business

$99/mo
  • 100,000 API calls/month
  • All 20 signals
  • Priority support
Get Started →

// 20 signals included in every response

IP_ADDRESSThe visitor's public IP address. VISIBLE
TIMEZONEIANA timezone from the system clock. VISIBLE
COORDINATESEstimated latitude and longitude. VISIBLE
LOCATIONCity and region from IP lookup. VISIBLE
DEVICE_TYPEDesktop, tablet, or mobile. VISIBLE
OPERATING_SYSTEMOS name and version. VISIBLE
CPU_CORESLogical processor core count. VISIBLE
PIXEL_RATIOPhysical-to-logical pixel ratio. VISIBLE
SCREEN_RESOLUTIONFull screen dimensions in pixels. VISIBLE
VIEWPORT_SIZEVisible browser window size. VISIBLE
BROWSERBrowser name and major version. VISIBLE
LANGUAGEPreferred browser language. VISIBLE
COOKIESWhether cookies are enabled. VISIBLE
DO_NOT_TRACKDo Not Track signal state. VISIBLE
INCOGNITO_MODEPrivate / incognito window detection. VISIBLE
PRIVACY_BROWSERBrave, Tor, or hardened Firefox. VISIBLE
AD_BLOCKERContent-blocker detection. VISIBLE
DEVICE_MEMORYApproximate RAM, in coarse buckets. VISIBLE
GPU_RENDERERGraphics card reported via WebGL. VISIBLE
COLOR_DEPTHBits used per pixel on screen. VISIBLE

// who uses this

Fraud Prevention

Detect suspicious visitors — incognito mode, VPN usage, privacy browsers, and unusual device signals.

Analytics & Personalization

Know your visitors' devices, browsers, and locations without relying on cookies.

Bot Detection

Identify automated traffic by checking for missing browser signals and unusual configurations.

Developer Tools

Build browser-aware features — serve the right content for each device, OS, and browser.

One GET request — everything a visitor's browser reveals, as JSON.