• Free Uset Agent API.
  • API Request

    HTTP : http or https

    USERAGENT : urlencode() Useragent string.

    https://whatmyuseragent.com/api?ua=USERAGENT&key=NOTREQUIED
    Example Request GET
    https://whatmyuseragent.com/api?ua=Mozilla/5.0%20(Linux;%20Android%2012;%20SM-G998N)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/96.0.4664.92%20Mobile%20Safari/537.36&key=NOTREQUIED

    API Response

    {
    	"device": {
    		"deviceType": "smartphone",
    		"model": "Galaxy S21 Ultra 5G",
    		"brand": "Samsung",
    		"isMobile": 1,
    		"isBot": 0,
    		"botInfo": []
    	},
    	"os": {
    		"name": "Android",
    		"version": "12",
    		"platform": "",
    		"family" => "Android"
    	},
    	"browser": {
    		"type": "browser",
    		"name": "Chrome Mobile",
    		"version": "96",
    		"engine": "Blink",
    		"engine_version": "96",
    		"family": "Chrome"
    	}
    }