Useragent API

Paste a useragent string below to parse
device and browser information

User Agent Details

API Response JSON

{
    "type": "bot",
    "tag": "unknown",
    "name": "Unknown Bot",
    "version": null,
    "url": null,
    "description": null,
    "is_app": false,
    "is_bot": true,
    "is_browser": false,
    "is_unknown": false,
    "device": {
        "type": null,
        "name": null,
        "version": null,
        "description": null,
        "img": null,
        "is_auto": false,
        "is_console": false,
        "is_desktop": false,
        "is_mobile": false,
        "is_tablet": false,
        "is_tv": false,
        "is_wearable": false,
        "is_unknown": true
    },
    "os": {
        "type": null,
        "name": null,
        "version": null,
        "description": null,
        "img": null
    },
    "browser": {
        "type": null,
        "name": null,
        "version": null,
        "description": null,
        "img": null,
        "engine": {
            "name": null,
            "version": null,
            "active": false,
            "url": null,
            "description": null
        }
    }
}

Device Detection

Whether your user is on a Tablet, Smartphone, TV, or desktop computer, identify and provide the best experience so that you may ensure your customer's screen size, does not impact conversions.

Browser Detection

Browser identification is incredibly useful in building websites or serving ads that deliver different experiences based on the visitor. Integrate into your SAAS application or analytics data to gain valuable insight into your visitor's browser.