Official Replay Info API JS Wrapper
This is a wrapper for the official Replay Info API which allows you to get information about fortnite replays and their stats.
npm install fortnite-replay-info
const replayInfo = require('fortnite-replay-info');
const client = new replayInfo.Client("Your API Key (PUT RANDOM STRING, not used yet)");
client.getLifetimeCosmetics().then(console.log);
The api routes can be found on our Discord Server.
This project is licensed under the MIT license.
This project is open source and is hosted on GitHub
You can contact us on Discord if you want to work on features or push a pull request.
The project is lead by Xnocken and is also developped by Artlfmj and pxladin
Version 1.4.0 Adds support for https://cosm-gen.fortnite-replay.info Version 1.3.0
- Adds all Routes for https://funding.fortnite-replay.info/
Version 1.2.0
- Changed Cosmetic methods to 3 methods
- Added new methods for getting the lifetime cosmetics
- Added typings
- Added Safezones
Version 1.1.0
- Added support for Player Endpoints
Version 1.0.0
- Initial release
If you find any bugs, please report them on our Discord Server.