https://github.com/aeonlucid/fortniteapi
An C# client library for the TrackerNetwork Fortnite API.
https://github.com/aeonlucid/fortniteapi
csharp fortnite
Last synced: 10 months ago
JSON representation
An C# client library for the TrackerNetwork Fortnite API.
- Host: GitHub
- URL: https://github.com/aeonlucid/fortniteapi
- Owner: AeonLucid
- License: mit
- Created: 2017-10-13T19:03:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T20:32:27.000Z (about 8 years ago)
- Last Synced: 2025-08-01T08:47:51.807Z (11 months ago)
- Topics: csharp, fortnite
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FortniteApi
[](https://ci.appveyor.com/project/AeonLucid/FortniteApi)
[](https://www.nuget.org/packages/FortniteApi)
===================
This library makes use of https://fortnitetracker.com/site-api.
Make sure to request an API key there and follow their guidelines.
## Installation
### Supported Platforms
* [.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions.md)
### NuGet
Click [here](https://www.nuget.org/packages/FortniteApi) for the NuGet page.
#### Console
Run `Install-Package FortniteApi` in `Tools > NuGet Package Manager > Package Manager Console`.
#### Package Browser
Right click your project in Visual Studio, click `Manage NuGet Packages..`, make sure `Browse` is pressed. Search for `FortniteApi` and press `Install`.