Fortnite Storefront API

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

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

API Documentation

Date range: This API currently only supports January 1st, 2018 through August 26th, 2019. This range may be extended in future updates.
Note: The Fortnite wiki has added Cloudflare captcha protection, so we can no longer fetch new data from Workers. This does not affect existing data, which remains available for the full supported range above.

Query Parameters

Example Response

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