User Agent Parser — A user-agent string is the little blurb of text your browser sends to every website to identify itself. It looks like noise, but inside it tells you which browser, which version, which operating system, and which device type made the request. Parsing it is essential for analytics, browser-specific bug reports, and bot detection.
Parsing happens in your browser. Your UA string is not sent anywhere.
Was User Agent Parser useful?
Was ist User Agent Parser?
A user-agent string is the little blurb of text your browser sends to every website to identify itself. It looks like noise, but inside it tells you which browser, which version, which operating system, and which device type made the request. Parsing it is essential for analytics, browser-specific bug reports, and bot detection.
Paste a UA string and get a clean breakdown: browser + version, OS + version, device type (mobile / tablet / desktop / bot), and a bot flag. The "What is my UA" button fills the field with your own browser's UA so you can see it parsed live.
So funktioniert es
-
Paste a UA string
From server logs, browser dev tools, or an HTTP header.
-
Or click "Use my UA"
Fills the field with your own browser's UA string.
-
Read the breakdown
Browser, version, OS, device, and bot flag appear below.
Beispiele
Chrome on Windows
The classic desktop Chrome UA.
Ergebnis: Browser: Chrome 120 · OS: Windows 10 · Device: desktop
Googlebot
The Google web crawler.
Ergebnis: Browser: Unknown · OS: Unknown · Device: bot · Bot: true
Häufig gestellte Fragen
Verwandte Anleitungen
What Is My IP Address — And What Does It Reveal About Me?
Your IP address is a public identifier that any website you visit can see. Learn what it exposes (city, ISP, ASN, sometimes a VPN), what it does not expose, and how to check yours without uploading anything.
robots.txt Explained — A Practical Guide for Site Owners
Your robots.txt file controls which pages search engines are allowed to crawl. Learn the syntax, the most common patterns, the mistakes that can hide your site from Google, and how to write one in 60 seconds.
7 Signs You're Looking at a Bot (And How to Check in 10 Seconds)
Most bots announce themselves in the User-Agent string. A few pretend to be real browsers. Here are the seven reliable signals, the order to check them, and how to look up any user agent in a browser-based parser to see exactly what kind of client is hitting your site.
Verwandte Werkzeuge
JSON-Formatierer & -Validator
Formatieren, verschönern und validieren Sie JSON. Kostenlos, in Ihrem Browser, ohne Upload.
HTTP Status Code Lookup
Look up any HTTP status code from 100 to 511 with plain-language explanations, searchable and filterable by category.
Regex-Tester
Testen Sie reguläre Ausdrücke in Echtzeit mit Trefferhervorhebung. Kostenlos, in Ihrem Browser, ohne Upload.
Last reviewed: 2026-09-25