Umami · JSON Structure

Umami Active Visitors Structure

Count of currently active visitors

Type: object Properties: 1
Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami Active Visitors Structure is a JSON Structure definition published by Umami, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

visitors

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/umami/refs/heads/main/json-structure/umami-active-visitors-structure.json",
  "title": "ActiveVisitors",
  "description": "Count of currently active visitors",
  "type": "object",
  "properties": {
    "visitors": {
      "type": "integer",
      "description": "Number of active visitors in the last 5 minutes"
    }
  }
}