Fortnite API Documentation
The Fortnite API by Royal Arena provides a comprehensive, free REST API for accessing real-time Fortnite data. Whether you're building a stats tracker, a Discord bot, a mobile app, or a website, our API gives you the data you need with minimal setup.
Quick Start
- Create a free account on api-fortnite.com
- Get your API key from the dashboard
- Include your key in the
x-api-keyheader - Start making requests to our endpoints
# Example: Get current item shop
curl -H "x-api-key: YOUR_API_KEY" https://prod.api-fortnite.com/api/v1/shop
Some Available Endpoints
Player Stats & Profiles
Retrieve detailed player statistics including wins, kills, K/D ratio, matches played, ranked progress, and more for any Fortnite player.
/api/v2/stats/:accountId/api/v1/profile/progress?displayName=.../api/v1/profile/stats?displayName=...&timeWindow=seasonItem Shop
Get the current Fortnite item shop rotation with prices, rarity, images, and metadata for every item available today.
/api/v1/shopCosmetics
Browse the full Fortnite cosmetics catalog including skins, emotes, pickaxes, gliders, wraps, and back blings.
/api/v2/cosmetics/api/v2/cosmetics/:idWeapons & Items
Access weapon stats, damage values, fire rates, rarity, and images. Filter by season or get all weapons including unversioned items.
/api/v2/weapons?version=current/api/v2/weapons?version=all/api/v2/weapons?category=shotguns&search=pumpTournaments & Events
Fetch tournament data, leaderboards, eligibility requirements, event windows, scoring rules, and player participation history.
/api/v2/events/:eventId/windows/api/v2/events/:eventId/eligibility/api/v2/events/:eventId/eligibility/:accountIdFriends & Social
Access friend lists, incoming/outgoing requests, mutual friends, blocklist, and suggested friends. Requires user OAuth token.
/api/v1/friends/:accountId/summary/api/v1/friends/:accountId/friendsMap & POIs
Get current and historical Fortnite map data with POIs, coordinates, and map images. 204+ versions from Chapter 1 Season 1 through the current patch.
/api/v1/map/api/v1/map?version=33.00/api/v1/map/image/api/v1/map/history?chapter=6Full Documentation & SDKs
For complete API reference with request/response schemas, error codes, and interactive testing, visit our dedicated documentation sites:
Authentication
All API requests require an API key passed via the x-api-key header. You can get your free API key by signing up and visiting your dashboard. Rate limits depend on your plan — see our pricing for details.
Need Help?
Join our Discord community for support, feature requests, and to connect with other developers using the Fortnite API. You can also contact us directly.