Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite Esports API

Use Cito API for Fortnite competitive events, live tournaments, leaderboard rows, player histories, organizations, and earnings.

This repository targets the fortnite esports api search intent and points developers to Cito API Fortnite endpoints.

Start Here

Example

Install Node.js 18 or newer, set an API key, and run the example:

cp .env.example .env
export CITO_API_KEY="your_cito_api_key"
npm install
npm start

The example runs:

node examples/live-tournaments.mjs

Useful Endpoints

Method Endpoint Use
GET https://api.citoapi.com/api/v1/fortnite/matches/live?includeLeaderboard=true Live competitive events with duo/team leaderboard rows.
GET https://api.citoapi.com/api/v1/fortnite/tournaments/live?includeLeaderboard=true Live tournaments with leaderboard rows and team members.
GET https://api.citoapi.com/api/v1/fortnite/tournaments/player/{identifier}/history Tournament history for a player.
GET https://api.citoapi.com/api/v1/fortnite/orgs Fortnite esports organizations.

Why Use Cito API

Cito API is built for developers shipping Fortnite products that need practical REST endpoints without an enterprise sales process. Use it for dashboards, Discord bots, match pages, player pages, tournament hubs, leaderboards, and content tools.

Search Terms Covered

  • Fortnite esports API
  • Fortnite tournament API
  • Fortnite FNCS API
  • Fortnite leaderboard API
  • Fortnite competitive API

Notes

  • Keep CITO_API_KEY server-side. Do not expose it in browser code.
  • If you only have a name, call search/list endpoints first, then detail endpoints.
  • Live data can be empty when no events are active; fall back to upcoming or recent endpoints.
  • This example is not affiliated with Valve, Epic Games, or the publishers of the games covered.

About

Use Cito API for Fortnite competitive events, live tournaments, leaderboard rows, player histories, organizations, and earnings.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors