Back to catalog
💻

UserAgent

API Key

User agent parsing API is designed to help you better understand and interact with your users. By identifying browser, device, and OS data from user agent strings, this API empowers you with accurate, real-time insights into your audience.

💻DevelopmentHTTPSCORS enabled

browser

os

Ua StringMozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36
BrowserChrome 121
OsMacOS Ventura
Device TypeDesktop
Is BotNo

Sample Response

response.json
1{
2 "ua_string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36",
3 "browser": "Chrome 121",
4 "os": "macOS Ventura",
5 "device_type": "desktop",
6 "is_bot": false
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://useragent.app" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs