Competitive
Events, live windows, leaderboards, tournament results, and player/org history.
GET/api/v1/fortnite
Discover supported Fortnite endpoints and current limitations.
Freshness: Live capability metadata
GET/api/v1/fortnite/matches/live
Active competitive events with optional leaderboard rows and resolved duo/trio members.
Params: includeLeaderboard
Freshness: Live event windows
GET/api/v1/fortnite/tournaments/live
Live tournament windows and leaderboard summaries.
Params: includeLeaderboard, limit
GET/api/v1/fortnite/tournaments/live/{eventId}/{windowId}
One live event-window leaderboard with teamAccountIds and teamMembers where available.
Params: eventId, windowId, region, page
GET/api/v1/fortnite/tournaments
Historical, upcoming, and completed Fortnite tournaments.
Params: region, year, status, limit, offset
GET/api/v1/fortnite/tournaments/{id}
Tournament detail with entity type, identifiers, confidence, and available subresources.
GET/api/v1/fortnite/tournaments/{id}/participants
Participant rows derived from indexed results, with explicit missing-data reasons.
Params: id, limit, offset
GET/api/v1/fortnite/tournaments/{id}/placements
Placement rows. Alias for results with production-friendly naming.
Params: id, limit, offset
GET/api/v1/fortnite/tournaments/{id}/matches
Match/session rows for a tournament where indexed.
Params: id, limit, offset
GET/api/v1/fortnite/tournaments/{id}/results
Placement and result rows for a tournament where indexed.
Params: id, limit, offset
GET/api/v1/fortnite/tournaments/{id}/earnings
Tournament payout rows with normalized USD values, raw value, source, and confidence.
Params: id, limit, offset
GET/api/v1/fortnite/tournaments/player/{identifier}/history
Tournament history for a player by slug, name, or account identifier.
Params: identifier, limit, offset
GET/api/v1/fortnite/tournaments/org/{slug}/history
Tournament history for a Fortnite esports organization.
Params: slug, limit, offset