Microsoft’s classic Internet Explorer engine (IE 4–11). Still shows up in enterprise and legacy Windows traffic as Trident/… like Gecko.
Official: en.wikipedia.org/wiki/Trident_(software)·Vendor: Microsoft
Directory browsers that primarily ship with this layout engine.
Send the User-Agent to the API, device, OS, browser, and bot detection come back in one response. Paid deep returns the engine as `Trident` when the string matches.
curl -s "https://api.parseapi.com/useragent?deep=true" \
-H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko" \
-H "X-Api-Key: $PARSEAPI_KEY"
# deep.engine → { "name": "Trident", "version": … }Real strings from our archive that resolve to Trident. Each opens a full breakdown.
Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko3.8M requests · first Jan 2015Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko1.3M requests · first May 2015Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko863K requests · first Jan 2015Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko466K requests · first Jan 2015Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko407K requests · first May 2015