https://api.apifreaks.com/v1.0/user-agent/lookup
$ pip install requests
Click Test it to start the request and see the response here!
Field | Type | Requirement | Description |
---|---|---|---|
user_agent_string | String | Mandatory | User-Agent string |
name | String | Mandatory | The name of the browser |
type | String | Mandatory | The type of the browser |
version | String | Mandatory | The version of the browser |
version_major | String | Mandatory | The major version of the browser |
device.name | String | Mandatory | The name of the device |
device.type | String | Mandatory | The type of the device |
device.brand | String | Mandatory | The brand of the device |
device.cpu | String | Mandatory | The cpu of the device |
engine.name | String | Mandatory | The name of the engine |
engine.type | String | Mandatory | The type of the engine |
engine.version | String | Mandatory | The version of the engine |
engine.version_major | String | Mandatory | The version major of the engine |
operating_system.name | String | Mandatory | The name of the operating system |
operating_system.type | String | Mandatory | The type of the operating system |
operating_system.version | String | Mandatory | The version of the operating system |
operating_system.version_major | String | Mandatory | The version major of the operating system |
operating_system.build | String | Mandatory | The build of the operating system |