cURL
curl --request GET \ --url https://api.vaultcord.com/stats/browsers \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "count": "20", "name": "Chrome, Linux br", "url": "https://uaparser.dev/images/browsers/chrome.png", "os_url": "https://cdn.vaultcord.com/browsers/linux-icon.png" } }
See the top web browsers used by your members.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Browser stats
true
Show child attributes
Was this page helpful?