Umami · JSON Structure

Umami Website Stats Structure

Summarized website analytics statistics

Type: object Properties: 5
Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami Website Stats Structure is a JSON Structure definition published by Umami, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

pageviews visitors visits bounces totaltime

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-website-stats-structure.json",
  "title": "WebsiteStats",
  "description": "Summarized website analytics statistics",
  "type": "object",
  "properties": {
    "pageviews": {
      "type": "object",
      "description": "Pageview count and change"
    },
    "visitors": {
      "type": "object",
      "description": "Unique visitor count and change"
    },
    "visits": {
      "type": "object",
      "description": "Visit count and change"
    },
    "bounces": {
      "type": "object",
      "description": "Bounce count and change"
    },
    "totaltime": {
      "type": "object",
      "description": "Total time on site in seconds and change"
    }
  }
}