A powerful Fortnite API containing data of all cosmetics, daily shop, player stats, news, gamemodes and more!
const res = await fetch('https://fortnite-api.com/v2/shop');
const shop = await res.json();
console.log(shop.data); // Today's shop items
Everything you need to build powerful Fortnite integrations.
Data of all in-game cosmetics including leaked/unreleased items
Data of the daily & featured item shop, automatically updated at 0:00 AM UTC
Data of all playlists (gamemodes)
Data of all profile banners
All AES keys for decrypting the game's pak files
Creator code status and associated account info