Patch 7.1.0 is live — Clean up of duplicated endpoints & improvement of Typescript SDK.
api-fortnite
REST API · v7.1.0 · Free tier available

The Fortnite
API for
Developers

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.

365+developers
80+endpoints
99.9%uptime
Freeto start

Everything you need

The complete Fortnite
data layer

Player Stats

Look up any player by display name. Wins, K/D, matches, session history and ranked/arena progress.

/api/v2/stats/{accountId}

Item Shop

Daily shop rotation with filters for type, rarity, section and language. Battle Pass rewards included.

/api/v1/shop

Cosmetics

The complete catalog — search by name, filter by chapter, season, set, type, rarity. Paginated and fast.

/api/v2/cosmetics/all

Weapons

Per-patch weapon data with category, ammo type and game mode filters. Track meta shifts across patches.

/api/v2/weapons

Map & News

Current map with POIs, full patch history, and in-game news feeds for BR, STW and Creative.

/api/v1/map · /api/v1/news

Accounts & Profile

Resolve display names to account IDs. Lookup by platform (PSN, Xbox). Level, XP and battle pass tier.

/api/v1/account · /api/v1/profile

Quick start

Up and running
in seconds

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.

Free tier — no credit card required
All endpoints in one API key
Rate limit headers on every response
Responses in 10+ languages
# 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"

Pricing

Start free, scale when ready

Individuals

Free Tier

Free

Daily requests: 12.500

  • Daily Shop
  • News & Updates
  • Battle Pass & Crew
  • Player Stats
  • Cosmetics & Weapons
  • Leaderboard
  • Profile Progress & Ranked
  • Tournament Tracker
  • OAuth / Friends / Quests
  • Replay Parsing

Small Teams

Starter Tier

3,99 €/month

Daily requests: 50.000

  • Daily Shop
  • News & Updates
  • Battle Pass & Crew
  • Player Stats
  • Cosmetics & Weapons
  • Leaderboard
  • Profile Progress & Ranked
  • Tournament Tracker
  • OAuth / Friends / Quests
  • Replay Parsing

    (3 parse simultaneously, 150 parse a day)

Growing Projects

Popular

Pro Tier

9,99 €/month

Daily requests: 100.000

  • Daily Shop
  • News & Updates
  • Battle Pass & Crew
  • Player Stats
  • Cosmetics & Weapons
  • Leaderboard
  • Profile Progress & Ranked
  • Tournament Tracker
  • OAuth / Friends / Quests
  • Replay Parsing

    (5 parse simultaneously, 300 parse a day)

Enterprises

Customized Tier

Custom

Daily requests: custom

  • Daily Shop
  • News & Updates
  • Battle Pass & Crew
  • Player Stats
  • Cosmetics & Weapons
  • Leaderboard
  • Profile Progress & Ranked
  • Tournament Tracker
  • OAuth / Friends / Quests
  • Replay Parsing

    (Custom parse count)

  • Custom Solutions
  • Priority Support

FAQ

Common questions

What is the Fortnite API?+

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.

Is it free to use?+

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.

How do player stats work?+

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

How quickly does data update?+

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.

Is this an official Epic Games API?+

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

Start building today

Free tier available. No credit card required. Your first API key in under a minute.