GET
/
user-agents
curl --request GET \
  --url https://api.urldna.io/user-agents \
  --header 'Authorization: <api-key>'
[
  {
    "user_agent": "<string>",
    "device": "DESKTOP",
    "browser": "<string>",
    "share": 123
  }
]

Authorizations

Authorization
string
header
required

Response

200
application/json
List of available user agents retrieved successfully.
user_agent
string

User agent string representing the browser or device.

device
enum<string>

Type of device associated with the user agent.

Available options:
DESKTOP,
MOBILE
browser
string

Name of the browser.

share
number

Share percentage of this user agent among users.