Browser

You can use this endpoint to gather browser data.

Endpoint: https://alyx.ro/api/v1/browser

You can access this page from your browser since this is an endpoint limited to GET method only.

Endpoint is marked as protected because it has under attack mode always active, you can add a valid authorization header for it to bypass cloudflare, also it is not cached.

The object below demonstrates the correct usage of this endpoint.

{
  "success": true,
  "data": {
    "ip": "0.0.0.0",
    "userAgent": {
      "agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
      "os": "Windows 10",
      "browser": "Chrome",
      "device": "desktop"
    },
    "geo": {
      "status": "success",
      "country": "Romania",
      "countryCode": "RO",
      "region": "*",
      "regionName": "*",
      "city": "*",
      "timezone": "*",
      "isp": "*",
      "org": "*",
      "as": "*"
    }
  },
  "query_time": 0.029
}

Last updated