fortniteapi.io Open in urlscan Pro
2606:4700:20::681a:8f8  Public Scan

Submitted URL: http://fortniteapi.io/
Effective URL: https://fortniteapi.io/
Submission: On March 07 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

FortniteAPI.io
Home Status Dashboard


FORTNITEAPI.IO

This API is NOT official and NOT endorsed by Epic Games in any way.
All names, resources and generally any Fortnite related content belongs to Epic
Games.
This API provides the most important data about Fortnite so you can use it in
your apps, bots and web pages.
Join us on Discord: https://discord.gg/MgRWrPdWcE
 * Basic
 * Daily shop
 * Weekly challenges
 * All cosmetics details
 * Player stats & tournaments
 * Battlepass details
 * Current map & map history
 * Achievements list
 * Events data (list of events, rules, scoring)
 * Basic weapons data
 * Creative featured islands
 * Creative island code search
 * Creator code lookup
 * List of POIs
 * Fish list
 * 10,000 requests / day


 * $0
   
   per month
 * Register now

 * Premium
 * Premium helps us pay for servers and various services required to keep this
   API working!
   We appreciate your support!
 * All basic features included
 * Skin videos (beta) - Example
 * Emotes videos (beta) - Example
 * 1,000,000 requests / day
 * Full weapon data and loot chances
 * Current bundle information and prices (starter packs)
 * Webhooks for daily shop and news
 * Tournaments webhooks
 * Tournament replay chunks
 * Creative islands discovery data


 * $10
   
   per month
 * Register now


IMPORTANT - API KEYS

API Keys are mandatory: get a free one by opening an account on the Dashboard:
https://dashboard.fortniteapi.io/
If you can, please consider subscribing to Premium to support this project and
its costs.
Once you have your key, simply add it in your requests as a header:

Authorization:your-api-key




SWAGGER DOCUMENTATION (WIP)

A new documentation is now available at https://fortniteapi.io/docs/
Not all endpoints are available in this version yet, scroll down to find the
full list of endpoints.



THIRD PARTY LIBRARIES

Third party libraries for this API:


 * Node.js: https://www.npmjs.com/package/fortnite-api-io
 * C#: https://github.com/FortniteAPI/fnapiio-csharp-wrapper
 * Dart: https://github.com/vanxh/fortnite_api_io/





LIST CHALLENGES

List all challenges as well as rewards (xp, stars, cosmetics).
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant

GET
https://fortniteapi.io/v3/challenges?season=current&lang=en





LIST ITEMS

List all cosmetic items: skins, backpacks, emotes, pickaxes, sprays, etc.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant


GET
https://fortniteapi.io/v2/items/list?lang=en





LIST UPCOMING ITEMS

List upcoming cosmetic items: skins, backpacks, emotes, pickaxes.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant

GET
https://fortniteapi.io/v2/items/upcoming?lang=en





GET ITEM DETAILS

Get all available details about an item. The ID can be found from the full list
of items.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant

GET
https://fortniteapi.io/v2/items/get?id=CID_242_Athena_Commando_F_Bullseye&lang=en





GET LIST OF SETS

List all the sets used by cosmetics.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v2/items/sets?lang=en





GET DAILY SHOP

List all items currently in the shop
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant

GET
https://fortniteapi.io/v2/shop?lang=en





LIST RARITIES

List the rarities used by cosmetics and weapons.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant

GET
https://fortniteapi.io/v2/rarities?lang=en





SEARCH ACCOUNT ID

Search an account ID using a player name
Optional:

 * Parameter platform will search for accounts not linked to an epic account,
   values: xbl or psn
   
 * Parameter strict=false will return other results for similar names

GET
https://fortniteapi.io/v1/lookup?username=Ninja





GET GLOBAL PLAYER STATS

Get player stats, with a breakdown per platform used (mouse & keyboard, gamepad,
touch)

GET
https://fortniteapi.io/v1/stats?account=4735ce9132924caf8a5b17789b40f79c





GET BATTLE ROYALE/STW/CREATIVE NEWS

Lists the current news in Fortnite Battle Royale or Save The World
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v1/news?lang=en&type=br





BATTLE PASS REWARDS

Get the list of rewards given in the Battle Pass for each season
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v2/battlepass?lang=en&season=current





ACHIEVEMENTS

Get the list of achievements
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v1/achievements?lang=en





TOURNAMENTS

Get the list of tournaments
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v1/events/list?lang=en&region=NAE





TOURNAMENT SESSION DETAILS

Get a tournament session details: rules, payout, results

GET
https://fortniteapi.io/v1/events/window?windowId=S11_CC_Contenders_EU_Event1





TOURNAMENT SCORES (CUMULATIVE)BETA

Get the scoring for an event (cumulative)

GET
https://fortniteapi.io/v1/events/cumulative?eventId=epicgames_S14_FNCS_Qualifier1_EU_PC





TOURNAMENTS REPLAY: META DATA + REPLAY CHUNKSPREMIUM

Get download links for replay chunks as well as basic meta data
Session ID can be found in the /events/window endpoint.

GET
https://fortniteapi.io/v1/events/replay?session=fbb092f4356349209e08c06d96eb8f26





GET CURRENT MAP (2048X2048PX)

This is the latest map available in the files

GET
https://media.fortniteapi.io/images/map.png





GET CURRENT MAP WITH POI NAMES (2048X2048PX)

This is the latest map available in the files with POI names, for v11.00+ maps
only.

GET
https://media.fortniteapi.io/images/map.png?showPOI=true





LIST PREVIOUS MAPS

Get the list of links to the different maps. Every new map change is now
automatically archived.

GET
https://fortniteapi.io/v1/maps/list





LIST ITEM LOCATIONSBETAPREMIUM

Get all the x/y/z coordinates on the map for some items (chests, campfires,
floor loot spawns, etc)
This endpoint is still being worked on and the structure might change.

GET
https://fortniteapi.io/v2/maps/items/list





LIST PREVIOUS SEASONS

List all the season dates and patch versions associated.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v1/seasons/list?lang=en





GET BUNDLESPREMIUM

List recent bundles.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant

GET
https://fortniteapi.io/v2/bundles?lang=en





LOOT/WEAPONS LISTBETA

List all loot/weapons in the game with their basic stats.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v1/loot/list?lang=en





LOOT/WEAPONS ADVANCED DETAILSBETAPREMIUM

Get all stats for a specific loot/weapon item.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v1/loot/get?id=WID_Assault_AutoHigh_Athena_SR_Ore_T03&lang=en





LOOT/WEAPONS SPAWN CHANCESBETAPREMIUM

List the spawn chances for each type for a given game mode.

GET
https://fortniteapi.io/v1/loot/chances?mode=Playlist_DefaultSolo





LIST OF CURRENT POIS

List all the POIs currently in the game. (0,0) being the top left corner of the
map.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v2/game/poi?lang=en





LIST OF GAME MODES

List all the game modes in the games files.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr, zh-CN, zh-Hant

GET
https://fortniteapi.io/v1/game/modes?lang=en





CREATIVE: FEATURED ISLANDS

List the current featured islands in creative mode

GET
https://fortniteapi.io/v1/creative/featured





CREATIVE: SEARCH FOR AN ISLAND

Get all details related to a creative island

GET
https://fortniteapi.io/v1/creative/island?code=1787-6243-5207





CREATOR CODE LOOKUP

Get all available details about a creator code

GET
https://fortniteapi.io/v1/creator?code=ninja





LOOT: LIST OF FISH

Get the list of fish (name, description, image) as well as their minimum and
maximum length.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v1/loot/fish?lang=en





FORTNITE CREWBETA

Get the current fortnite crew information as well as the pricing.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v2/crew?lang=en





FORTNITE CREW - HISTORYBETA

Get the fortnite crew information for each month.
List of supported languages: en, ar, de, es, es-419, fr, it, ja, ko, pl, pt-BR,
ru, tr

GET
https://fortniteapi.io/v2/crew/history?lang=en





FORTNITE CREATIVE: DISCOVERY ISLANDSBETAPREMIUM

Get the list of creative islands available in the discovery tab.

GET
https://fortniteapi.io/v3/creative/discovery





VEHICLES STATSBETA

Get the list of vehicles with their name, icon, stats, gears.

GET
https://fortniteapi.io/v2/game/vehicles





TWITCH DROPSBETA

List of twitch drops.

GET
https://fortniteapi.io/v1/twitch/drops





AUGMENTSBETA

List of augments in the game.

GET
https://fortniteapi.io/v1/game/augments




FortniteAPI.io is a non-official API and not supported by Epic Games in any way.
Epic Games, Inc. Epic, Epic Games, the Epic Games logo, Fortnite, the Fortnite
logo, Unreal, Unreal Engine 4 and UE4 are trademarks or registered trademarks of
Epic Games, Inc. in the United States of America and elsewhere. All rights
reserved.

Terms and Conditions

×