API Get Random UA for Specified OS and Kernel Version

Get random UserAgent by specifying OS and kernel version using API interface:

1. Request Url:

https://api.vmlogin.com/v1/ua/rand

Request Type: POST


2. Request Url: 

https://api.vmlogin.com/v1/ua/rand?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&os=xx&core=xxx&ver[]=xx&ver[]=xx&type=x

Request Type: GET


NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
osstringWindows: "0" Mac: "1" 
Linux: "2" Android: "3" ios: "4"
true
corestringSpecify UA-Core random, example: "114"false
verarrayWindows, Android field Windows: [11,10,6] Android: [4,5,...,11,12]false
typestringAndroid field, Mobile: "0" Pad: "1"false

Response

{
    "status": "OK",
    "value": 200,
    "data": {
        "ua": "Mozilla/5.0 (Linux; Android 12; SM-G996U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.57 Mobile Safari/537.36"
    }
}


Note:

For token, please refer to the "View/Change the API Token" tutorial.

POST :


GET :