Detect Users Device/Computer and Operating System

Our intelligent device forensics service allows you to detect users device information including device name, model, operating system, user agent, engine, device type, device version, device brand, etc.

You can use this information to display or show information according to users device.

// Detecting users device or operating system from the user's IP
$.get("https://ipforensics.net/api/v1/origin?apikey=APIKEY", function (response) {
  console.log(response.meta_data.device_info)
}, "jsonp");
circle-info

Device Information Response Result

circle-check

Last updated