Patch 9.0.0 is live — New SDK typescript
api-fortnite.

Use case · Competitive

Fortnite Tournaments
& Events API.

Everything competitive in one API: active and upcoming tournaments, eligibility checks, cash prizes, live player event history, full leaderboards — plus raw tournament replays you can download and parse.

Competitive Data

Events & Sessions

Active and upcoming tournaments with sessions per event

Eligibility

Token requirements checked per player and event

Cash Prizes

Prize data per event and event window

Tournament Tracker

Token progression via the player's Epic OAuth token

Leaderboards

Paginated event-window standings on the Pro plan

Tournament Replays

Raw .replay downloads from tournament servers

Quick Start

# Active & upcoming tournaments, enriched with CMS metadata
curl -H "x-api-key: YOUR_API_KEY" \
  https://prod.api-fortnite.com/api/v1/events/global

# Is this player eligible for an event? (name or account ID)
curl -H "x-api-key: YOUR_API_KEY" \
  "https://prod.api-fortnite.com/api/v1/events/tracker/eligibility/{identifier}/{eventId}"

# Full leaderboard for an event window (Pro)
curl -H "x-api-key: YOUR_API_KEY" \
  "https://prod.api-fortnite.com/api/v2/events/{eventId}/windows/{eventWindowId}/leaderboard?page=0"

# Download + parse a tournament replay in one call
curl -H "x-api-key: YOUR_API_KEY" \
  "https://prod.api-fortnite.com/api/v1/replays/{matchId}/parse/broadcast"

What You Can Build

  • Tournament trackers — live standings, points-to-qualify math and window schedules for cash cups and FNCS
  • Team & org tools — eligibility checks, roster event history and result archives in one dashboard
  • Broadcast graphics — feed caster overlays from event standings and parsed tournament replays
  • Results bots— post a player's event results to Discord the moment a session ends

Pricing

Live player event history and raw tournament replay downloads are on the free tier — no credit card required. Full event leaderboards, player standings and Power Rankings come with Pro (8.49 €/month).

View all plans →

Further Reading