What is a User-Agent string?
A User-Agent string identifies the browser/app, version, operating system, and often device category that made a request.
Decode browser and device strings instantly. Get browser name/version, operating system, device class, and basic bot detection hints.
Client-side only. No server processing.
Browser
—
Version
—
OS
—
Device Class
—
Bot Hints
—
{
"browser": "",
"version": "",
"os": "",
"deviceClass": "",
"bot": {
"isBotLike": false,
"signals": []
},
"raw": ""
}
A User-Agent string identifies the browser/app, version, operating system, and often device category that made a request.
It provides basic bot hints using common crawler and automation keywords. For production bot defense, combine with behavioral and network signals.
No. Everything runs locally in your browser using JavaScript.