What's my user agent?
See what your user-agent detection library really thinks!
According to useragent v2.2.1:
ua
- rawUa: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- string:
- family: ClaudeBot
- major: 1
- minor: 0
- patch: 0
- device: Spider 0.0.0
os
- string: Other 0.0.0
- family: Other
- major: 0
- minor: 0
- patch: 0
According to ua-parser-js v0.7.31:
According to platform.js v1.3.6:
ua
- name:
- version:
- layout: WebKit
os
- os: null
device
- product:
- manufacturer:
- description: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
API
GET /api/v1/ua?ua=<ua-string>&version=<ua-parser-version>
Parameters:
ua-string
: Be sure to url-encode it. Defaults to your request's user agent string.ua-parser-version
: Coming soon. Defaults to "latest".