UA Lookup

GET {{baseUrl}}/ua-lookup?ua=<string>&ua-version=<string>&ua-platform=<string>&ua-platform-version=<string>&ua-mobile=<string>&device-model=<string>&device-brand=<string>

Parse, validate and get detailed user-agent information from a user agent string or from client hints

Request Params

KeyDatatypeRequiredDescription
uastring(Required) The user-agent string to lookup. For client hints use the 'UA' header or the JSON data directly from 'navigator.userAgentData.brands' or 'navigator.userAgentData.getHighEntropyValues()'
ua-versionstringFor client hints this corresponds to the 'UA-Full-Version' header or 'uaFullVersion' from NavigatorUAData
ua-platformstringFor client hints this corresponds to the 'UA-Platform' header or 'platform' from NavigatorUAData
ua-platform-versionstringFor client hints this corresponds to the 'UA-Platform-Version' header or 'platformVersion' from NavigatorUAData
ua-mobilestringFor client hints this corresponds to the 'UA-Mobile' header or 'mobile' from NavigatorUAData
device-modelstringFor client hints this corresponds to the 'UA-Model' header or 'model' from NavigatorUAData. <br>You can also use this parameter to lookup a device directly by its model name, model code or hardware code, on android you can get the model name from: https://developer.android.com/reference/android/os/Build.html#MODEL
device-brandstringThis parameter is only used in combination with 'device-model' when doing direct device lookups without any user-agent data. Set this to the brand or manufacturer name, this is required for accurate device detection with ambiguous model names. On android you can get the device brand from: https://developer.android.com/reference/android/os/Build#MANUFACTURER

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;ua&quot;:&quot;officia&quot;,&quot;type&quot;:&quot;amet culpa dolor&quot;,&quot;name&quot;:&quot;commodo quis&quot;,&quot;version&quot;:&quot;dolore dolor id ut&quot;,&quot;version-major&quot;:&quot;dolo&quot;,&quot;browser-engine&quot;:&quot;ipsum est non incididunt ullamco&quot;,&quot;browser-release&quot;:&quot;anim aliqua sit cillum magna&quot;,&quot;os&quot;:&quot;nostrud amet ex&quot;,&quot;os-family&quot;:&quot;tempor sed cupidatat&quot;,&quot;os-version&quot;:&quot;aute nisi minim deserunt Duis&quot;,&quot;os-version-major&quot;:&quot;pariatur sed occaecat sunt eiusmod&quot;,&quot;is-mobile&quot;:false,&quot;is-webview&quot;:false,&quot;device-brand&quot;:&quot;do nisi&quot;,&quot;device-model&quot;:&quot;esse Duis&quot;,&quot;device-model-code&quot;:&quot;velit commodo&quot;,&quot;device-release&quot;:&quot;est dolore nostrud&quot;,&quot;device-price&quot;:57645229.57083461,&quot;device-resolution&quot;:&quot;anim minim et tempor&quot;,&quot;device-ppi&quot;:-22314848.72252412,&quot;device-pixel-ratio&quot;:-86973977.98936835,&quot;device-width-px&quot;:2135935.413846463,&quot;device-height-px&quot;:-31571031.467225015}