Paste any UA string and get browser, version, OS, device and engine — with the exact rules that fired. Chrome, Safari, Firefox, Edge, mobile and bots all covered.
Ignore the front, read the middle. "Mozilla/5.0" is historical baggage every browser carries. The real tokens start at Chrome/126, Safari/17.5, Gecko/128 or Edg/126. Chrome includes "Safari/" and "like Gecko" for compatibility — the last real engine token is the truth.
OS tells you the platform: Windows NT 10.0 = Win10/11, Mac OS X 15_4 = macOS, Android 14 and iPhone OS 17_5 for mobile. The device class comes from iPhone, iPad, or Mobile presence — Android tablets omit "Mobile".
Bots identify themselves: Googlebot/2.1, bingbot/2.0, GPTBot/1.2, ClaudeBot/1.0, Applebot. This parser flags recognized crawlers — useful when auditing server logs to see what is actually hitting your site.
See also: HTTP Status Codes · URL & Query Parser · MIME Type Lookup · cURL →Fetch · More Developer Tools