GET /ua

User agent parsing API

Browser, OS, device, bot-or-not — without the regex museum.

$ curl "https://api.parseapi.com/ua" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"

// 200 · ~7ms · USA
{
  "useragent": "Mozilla/5.0 …",
  "device": "desktop",
  "os": "macOS",
  "browser": "Chrome",
  "is_bot": false,
  "is_mobile": false
}

More APIs: IP · Email · Continent · Country · State · City · Postal