Umami · Schema

Session

Visitor session record

Cookieless TrackingOpen-SourcePrivacyWeb AnalyticsWebsite AnalyticsProduct AnalyticsEvent TrackingSelf-HostedGDPRSession ReplayHeatmapsMarketing Attribution

Properties

Name Type Description
id string Session identifier
websiteId string Website identifier
browser string Browser name
os string Operating system
device string Device type
screen string Screen resolution
language string Browser language
country string Country code
createdAt string Session start timestamp
View JSON Schema on GitHub

JSON Schema

umami-session-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12",
  "$id": "https://raw.githubusercontent.com/api-evangelist/umami/refs/heads/main/json-schema/umami-session-schema.json",
  "title": "Session",
  "description": "Visitor session record",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Session identifier",
      "format": "uuid",
      "examples": [
        "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      ]
    },
    "websiteId": {
      "type": "string",
      "description": "Website identifier",
      "format": "uuid",
      "examples": [
        "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      ]
    },
    "browser": {
      "type": "string",
      "description": "Browser name",
      "examples": [
        "Chrome"
      ]
    },
    "os": {
      "type": "string",
      "description": "Operating system",
      "examples": [
        "Windows"
      ]
    },
    "device": {
      "type": "string",
      "description": "Device type",
      "examples": [
        "desktop"
      ]
    },
    "screen": {
      "type": "string",
      "description": "Screen resolution",
      "examples": [
        "1920x1080"
      ]
    },
    "language": {
      "type": "string",
      "description": "Browser language",
      "examples": [
        "en-US"
      ]
    },
    "country": {
      "type": "string",
      "description": "Country code",
      "examples": [
        "US"
      ]
    },
    "createdAt": {
      "type": "string",
      "description": "Session start timestamp",
      "format": "date-time",
      "examples": [
        "2026-01-15T10:00:00.000Z"
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/umami-session"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.