Click Analytics

Every redirect is tracked on Cloudflare's edge in real time. Pull breakdowns over any window with one endpoint.

Endpoint

GET /api/urls/{code}/analytics?days=30

curl https://url.elixpo.com/api/urls/my-link/analytics?days=30 \
  -H "Authorization: Bearer elu_YOUR_KEY"

Response

{
  "timeline":  [{"date": "2026-03-19", "count": 42}],
  "countries": [{"country": "US",       "count": 30}],
  "browsers":  [{"browser": "Chrome",   "count": 25}],
  "devices":   [{"device":  "desktop",  "count": 35}],
  "referers":  [{"referer": "twitter.com", "count": 12}]
}

Time windows

  • days=1Last 24h, bucketed by hour
  • days=7Last 7d, bucketed by day
  • days=30Last 30d, bucketed by day (default)
  • days=90Last 90d, bucketed by day

Retention

Free tier keeps the last 30 days of per-click events. Core and Growth tiers extend retention — see Pricing once those tiers ship.

Privacy

We do not record visitor IPs in cleartext, fingerprint visitors, or sell click data. Country / device / browser are inferred from the request headers at redirect time and stored aggregated.

ElixpoURL: Fast URL Shortener on the Edge