Fortnite tournament API

Fortnite tournament API for live leaderboards and event results.

Load competitive events, session windows, standings, team members, points, kills, placements, and result history for tournament products.

Live leaderboard shape

FNCS session rows

#1arm peraltafv / ARM Devury373 pts / 50 elims
#2HWP Ryuga / John pork361 pts / 81 elims
#3e tc / void Takii347 pts / 47 elims
#4source BYA / tyt crank343 pts / 51 elims
GET /api/v1/fortnite/tournaments/live

Tournament data

Pro profiles

Creative metrics

Production JSON

fortnite tournament api

Pages and products need real Fortnite data, not placeholders.

Live tournament rows with points, kills, matches, rank, and team members
Upcoming and completed event windows
Player and org history endpoints for tournament context
Backend-friendly IDs for storing event/window references
Built for fan sites, stat products, and Discord bots
GET/api/v1/fortnite/tournaments

Historical, upcoming, and completed Fortnite tournaments.

GET/api/v1/fortnite/tournaments/upcoming

Upcoming tournament schedule rows.

GET/api/v1/fortnite/tournaments/live

Live tournament windows and active standings.

GET/api/v1/fortnite/tournaments/live/{eventId}/{windowId}

One live window leaderboard.

GET/api/v1/fortnite/tournaments/{id}/results

Tournament result rows when available.

Live leaderboard pages

Render standings during active sessions without LoL/CDL-style 0-0 score layouts.

Tournament detail pages

Show scoring, event context, team rows, and result snapshots.

Player result history

Attach tournament placements to tracked pros and org roster profiles.

FAQ

Can I get live Fortnite tournament leaderboards?

Yes. Use /fortnite/tournaments/live and then open a specific event/window leaderboard.

Does the API return team members?

Yes, team member names are included where the event leaderboard publishes team account data.

Is this only item shop data?

No. Cito API includes competitive tournament, player, org, Creative, shop, cosmetics, and news endpoints.