Skip to main content
GET
/
v1
/
user-agents
List user agents
curl --request GET \
  --url https://api.urldna.io/v1/user-agents \
  --header 'authorization: <authorization>'
[
  {
    "user_agent": "<string>",
    "browser": "<string>",
    "share": 123,
    "device": "DESKTOP"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.urldna.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required

Response

Successful Response

user_agent
string
required

Complete user agent string representing the browser or device.

browser
string
required

Browser name (e.g., Chrome, Firefox, Safari).

share
number
required

Market share percentage of this user agent among internet users.

device
enum<string>
required

The device type simulated during the scan.

Available options:
DESKTOP,
MOBILE