Mojang · JSON Structure

Public Api Sale Statistics Structure

Aggregate sale figures.

Type: object Properties: 3
Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

SaleStatistics is a JSON Structure definition published by Mojang, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total last24h saleVelocityPerSeconds

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mojang/refs/heads/main/json-structure/public-api-sale-statistics-structure.json",
  "name": "SaleStatistics",
  "description": "Aggregate sale figures.",
  "type": "object",
  "properties": {
    "total": {
      "type": "int32",
      "description": "Total units sold across the requested SKUs.",
      "example": 41000000
    },
    "last24h": {
      "type": "int32",
      "description": "Units sold in the last 24 hours.",
      "example": 75000
    },
    "saleVelocityPerSeconds": {
      "type": "float",
      "description": "Recent average sales per second.",
      "example": 0.85
    }
  }
}