Fortnite Tracker · Schema

LeaderboardEntry

A single leaderboard ranking row.

Games And ComicsPublic APIsFortnitePlayer StatisticsEsportsTracker Network

Properties

Name Type Description
accountId string Epic Games account UUID for the leaderboard entry.
platformId integer Numeric platform identifier.
platformName string Platform short code.
epicUserHandle string Player display name.
rank integer Rank position on the leaderboard.
value string Display value of the stat being ranked.
View JSON Schema on GitHub

JSON Schema

fortnite-tracker-leaderboard-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fortnite/refs/heads/main/json-schema/fortnite-tracker-leaderboard-entry-schema.json",
  "title": "LeaderboardEntry",
  "description": "A single leaderboard ranking row.",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string",
      "format": "uuid",
      "description": "Epic Games account UUID for the leaderboard entry.",
      "example": "4735ce91-3292-4caf-8a5b-17789b40f79c"
    },
    "platformId": {
      "type": "integer",
      "description": "Numeric platform identifier.",
      "example": 5
    },
    "platformName": {
      "type": "string",
      "description": "Platform short code.",
      "example": "pc"
    },
    "epicUserHandle": {
      "type": "string",
      "description": "Player display name.",
      "example": "Bugha"
    },
    "rank": {
      "type": "integer",
      "description": "Rank position on the leaderboard.",
      "example": 12
    },
    "value": {
      "type": "string",
      "description": "Display value of the stat being ranked.",
      "example": "247"
    }
  }
}

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/fortnite-tracker-leaderboard-entry"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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