Skip to content

LoganDavidTalbot/Fortnite.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite.Net

Unofficial Fortnite Rest Client for the Fortnite Tracker API supporting the .NET Core and Framework platforms.

Currently Allows you to:

  • General user information.
  • Lifetime stats e.g. KD, total kills, total games, etc.
  • Season stats from each of the three main game modes which include this season and last season.
  • Stats from the last 10 most recent games.

Supports

.Net Standard 2.0, includes .Net Core 2.0 and .Net Framework 4.6.1. See version conversion table.

NuGet

NuGet Link.

Install

Package Manager

Install-Package Fortnite.Net -Version 1.1.0

.NET CLI

dotnet add package Fortnite.Net --version 1.1.0

Getting Started

Profile pl = new FortniteClient("API KEY").GetProfile("[PLATFORM pc xbl psn]", "loglt");

About

Unofficial Fortnite Rest Client for the Fortnite Tracker API supporting the .NET Core and Framework platforms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages