Next patch 5.0.0 - Begins 24 march 2026 and will last around 72h
Currently disabled : sdk.api-fortnite.com, documentation.api-fortnite.com (API still operational)

20% discount on any subscription "IHATEMARCH" 💐 until 1st april

Dashboard

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

  1. Create a free account on api-fortnite.com
  2. Get your API key from the dashboard
  3. Include your key in the x-api-key header
  4. 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=season

Item Shop

Get the current Fortnite item shop rotation with prices, rarity, images, and metadata for every item available today.

/api/v1/shop

Cosmetics

Browse the full Fortnite cosmetics catalog including skins, emotes, pickaxes, gliders, wraps, and back blings.

/api/v2/cosmetics/api/v2/cosmetics/:id

Weapons & 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=pump

Tournaments & 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/:accountId

Friends & 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/friends

Map & 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=6

Full 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.