Real-time player stats, item shop, cosmetics, weapons, map data and more. One API key. Every Fortnite endpoint you need.
⚠ Unofficial API — not affiliated with or endorsed by Epic Games in any way. All data is retrieved from Epic Games services. Fortnite is a registered trademark of Epic Games, Inc.
Everything you need
Look up any player by display name. Wins, K/D, matches, session history and ranked/arena progress.
/api/v2/stats/{accountId}Daily shop rotation with filters for type, rarity, section and language. Battle Pass rewards included.
/api/v1/shopThe complete catalog — search by name, filter by chapter, season, set, type, rarity. Paginated and fast.
/api/v2/cosmetics/allPer-patch weapon data with category, ammo type and game mode filters. Track meta shifts across patches.
/api/v2/weaponsCurrent map with POIs, full patch history, and in-game news feeds for BR, STW and Creative.
/api/v1/map · /api/v1/newsResolve display names to account IDs. Lookup by platform (PSN, Xbox). Level, XP and battle pass tier.
/api/v1/account · /api/v1/profileQuick start
Sign up, grab your API key from the dashboard, and make your first request. Stats require resolving a display name to an Epic account ID first — everything else is a single call.
# 1. Resolve display name → Epic account ID
curl -H "x-api-key: YOUR_KEY" \
https://prod.api-fortnite.com/api/v1/account/displayName/Ninja
# 2. Fetch stats with the account ID
curl -H "x-api-key: YOUR_KEY" \
https://prod.api-fortnite.com/api/v2/stats/{accountId}
# 3. Get today's item shop
curl -H "x-api-key: YOUR_KEY" \
"https://prod.api-fortnite.com/api/v1/shop?lang=en"In production
royal-arena.net
Gaming tournament platform built on top of the Fortnite API for real-time stats and competitive tracking.
eucompetitive.com
European competitive Fortnite hub using live player data, rankings, and match stats powered by the API.
Your project here — start building for free
Pricing
Individuals
Free
Daily requests: 12.500
Small Teams
3,99 €/month
Daily requests: 50.000
(3 parse simultaneously, 150 parse a day)
Growing Projects
Popular9,99 €/month
Daily requests: 100.000
(5 parse simultaneously, 300 parse a day)
Enterprises
Custom
Daily requests: custom
(Custom parse count)
FAQ
A free, comprehensive REST API that provides real-time Fortnite data — player stats, item shop, cosmetics, weapons, map, news and more. Developer-friendly, no complex setup required.
Yes. The free tier is genuinely usable with no credit card required. Starter and Pro plans unlock higher rate limits and additional endpoints from €3.99/month.
Stats use Epic account IDs. Resolve a display name to an account ID via GET /api/v1/account/displayName/{name}, then fetch stats with GET /api/v2/stats/{accountId}.
The item shop updates within minutes of the daily midnight UTC reset. Player stats reflect recent matches with a short delay. Weapon data updates on patch days.
No. This is an unofficial API not affiliated with or endorsed by Epic Games in any way. All data is retrieved from Epic Games services.
Get started
Free tier available. No credit card required. Your first API key in under a minute.