Fortnite Tracker · JSON Structure

Fortnite Tracker Stat Line Structure

A single lifetime stat key/value pair.

Type: object Properties: 2
Games And ComicsPublic APIsFortnitePlayer StatisticsEsportsTracker Network

StatLine is a JSON Structure definition published by Fortnite Tracker, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key value

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/fortnite/refs/heads/main/json-structure/fortnite-tracker-stat-line-structure.json",
  "name": "StatLine",
  "description": "A single lifetime stat key/value pair.",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Stat key (e.g., `Wins`, `Top 10`, `Kills`).",
      "example": "Wins"
    },
    "value": {
      "type": "string",
      "description": "Stat value as a string.",
      "example": "247"
    }
  }
}