Use the /api/storefront endpoint to get the storefront data.
Example: /api/storefront?q=2023-06-01&t=fortnite
ATTENTION: This API currently only supports 2017 - 2019
Query Parameters:
q (required): The date for which to retrieve the storefront data. Format: YYYY-MM-DD.t (optional): The type of data to retrieve. Can be either fortnite or default. Default is default.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.