Fortnite Tracker · Schema

StoreItem

A single rotation item in the Fortnite in-game store.

Games And ComicsPublic APIsFortnitePlayer StatisticsEsportsTracker Network

Properties

Name Type Description
imageUrl string URL to the item's promotional image asset.
manifestId integer Stable numeric identifier for the item across rotations.
name string Display name of the cosmetic.
rarity string Item rarity tier. Common values include `Sturdy`, `Fine`, `Quality`, `Handmade`, `Epic`, `Legendary`.
storeCategory string Storefront the item appears in.
vBucks integer Cost of the item in vBucks (Fortnite's in-game currency).
View JSON Schema on GitHub

JSON Schema

fortnite-tracker-store-item-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-store-item-schema.json",
  "title": "StoreItem",
  "description": "A single rotation item in the Fortnite in-game store.",
  "type": "object",
  "properties": {
    "imageUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL to the item's promotional image asset.",
      "example": "https://trackercdn.com/cdn/fortnitetracker.com/items/abc123.png"
    },
    "manifestId": {
      "type": "integer",
      "description": "Stable numeric identifier for the item across rotations.",
      "example": 500123
    },
    "name": {
      "type": "string",
      "description": "Display name of the cosmetic.",
      "example": "Renegade Raider"
    },
    "rarity": {
      "type": "string",
      "description": "Item rarity tier. Common values include `Sturdy`, `Fine`, `Quality`, `Handmade`, `Epic`, `Legendary`.",
      "enum": [
        "Sturdy",
        "Fine",
        "Quality",
        "Handmade",
        "Epic",
        "Legendary"
      ],
      "example": "Legendary"
    },
    "storeCategory": {
      "type": "string",
      "description": "Storefront the item appears in.",
      "enum": [
        "BRDailyStorefront",
        "BRWeeklyStorefront"
      ],
      "example": "BRWeeklyStorefront"
    },
    "vBucks": {
      "type": "integer",
      "description": "Cost of the item in vBucks (Fortnite's in-game currency).",
      "example": 1500
    }
  },
  "required": [
    "manifestId",
    "name",
    "vBucks",
    "storeCategory"
  ]
}

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-store-item"
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.