Fortnite Storefront API

Use the /api/storefront endpoint to get the storefront data.

Example: /api/storefront?q=2023-06-01&t=fortnite

API Documentation

ATTENTION: This API currently only supports 2017 - 2019

Query Parameters:

Response:

{
  "misc": {
    "status": 200,
    "query": {
      "q": "2023-06-01",
      "t": "fortnite"
    },
    "time_ms": 1234
  },
  "data": {
    // Storefront data goes here
  }
}
    

made with <3 by not_secret1337 & criador_mods

powered by cloudflare workers, data providede by forntite-api.com & fortnite fandom wiki.