Microsoft’s short-lived Edge engine — a cleaned-up Trident fork used by legacy Edge before the Chromium switch. UAs use Edge/… (not the modern Edg/ token).
Official: en.wikipedia.org/wiki/EdgeHTML·Vendor: Microsoft
Send the User-Agent to the API, device, OS, browser, and bot detection come back in one response. Paid deep returns the engine as `EdgeHTML` when the string matches.
curl -s "https://api.parseapi.com/useragent?deep=true" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393" \
-H "X-Api-Key: $PARSEAPI_KEY"
# deep.engine → { "name": "EdgeHTML", "version": … }Real strings from our archive that resolve to EdgeHTML. Each opens a full breakdown.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.143932.5M requests · first Jul 2016Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.150631.4M requests · first Mar 2017Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.162991.2M requests · first Sep 2017Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586281K requests · first Nov 2015Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134233K requests · first Apr 2018