What's my user agent?
See what your user-agent detection library really thinks!
According to useragent v2.2.1:
ua
- rawUa: CCBot/2.0 (https://commoncrawl.org/faq/)
- string:
- family: CCBot
- major: 2
- 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:
os
- os: null
device
- product:
- manufacturer:
- description: CCBot/2.0 (https://commoncrawl.org/faq/)
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".