Fortnite Stats Tracker API
Power your Fortnite stats tracker with real-time player data. Look up any Epic Games account by username — wins, K/D ratio, matches played, top placements, and full per-mode breakdowns (Solo, Duos, Squads, Zero Build).
Stats Available
Wins
Total and per-mode victory royales
K/D Ratio
Kill/death ratio across all modes
Matches Played
Lifetime and current season
Win Rate
Percentage of matches won
Top Placements
Top 3, Top 5, Top 10 finishes
Season Stats
Current and historical seasons
Per-Mode Breakdown
Solo / Duos / Squads / Zero Build
Account Info
Platform, last updated, account ID
Quick Start
# Step 1: resolve display name → account ID
curl -H "x-api-key: YOUR_API_KEY" \
https://prod.api-fortnite.com/api/v1/account/displayName/Ninja
# Step 2: fetch stats with account ID
curl -H "x-api-key: YOUR_API_KEY" \
https://prod.api-fortnite.com/api/v2/stats/{accountId}Stats use Epic account IDs. Resolve a display name to an account ID first, then pass that ID to the stats endpoint.
What You Can Build
- →Stats website — searchable player profiles with historical graphs and win streaks
- →Streaming overlay — live stats displayed on-screen during Twitch/YouTube streams
- →Discord bot — slash command to look up any player directly in your server
- →Session tracker — compare stats before and after a gaming session to measure improvement
Pricing
The stats tracker endpoint is available on all plans including the free tier. No credit card required to get started.
View all plans →