cURL
curl --request GET \ --url https://api.urldna.io/v1/user-agents \ --header 'Authorization: <api-key>'
[ { "user_agent": "<string>", "device": "DESKTOP", "browser": "<string>", "share": 123 } ]
Fetch a list of user agents that can be used for scanning.
List of available user agents retrieved successfully.
User agent string representing the browser or device.
Type of device associated with the user agent.
DESKTOP
MOBILE
Name of the browser.
Share percentage of this user agent among users.