Cosmetics
All Cosmetics
Get all Fortnite cosmetics across all categories.Endpoint
Query Parameters
Language for cosmetic names and descriptions (e.g.
en, de, fr, es, it, ja, ko, pl, pt-BR, ru, tr, zh-CN, zh-Hant).Example Request
cURL
JavaScript
Python
Response Example
New Cosmetics
Get the most recently added cosmetics.Endpoint
Query Parameters
Language for cosmetic names and descriptions.
Response Example
Battle Royale Cosmetics
Get all Battle Royale cosmetics.Endpoint
Query Parameters
Language for cosmetic names and descriptions.
Battle Royale Cosmetic by ID
Get a specific Battle Royale cosmetic by its ID.Endpoint
Path Parameters
The unique cosmetic ID (e.g.
CID_001_Athena_Commando_F_Default).Query Parameters
Language for cosmetic names and descriptions.
Response Example
Search Battle Royale Cosmetic
Search for a single Battle Royale cosmetic by various filters.Endpoint
Query Parameters
Language for cosmetic names and descriptions.
Cosmetic name to search for.
Cosmetic type (e.g.
outfit, backpack, pickaxe).Rarity value (e.g.
legendary, epic, rare, uncommon, common).Search Battle Royale Cosmetics (Multiple)
Search for multiple Battle Royale cosmetics matching filters.Endpoint
Query Parameters
Same as Search Battle Royale Cosmetic above.Track Cosmetics
Get all Festival track cosmetics.Endpoint
Response Example
Instrument Cosmetics
Get all Festival instrument cosmetics.Endpoint
Query Parameters
Language for cosmetic names and descriptions.
Car Cosmetics
Get all Rocket Racing car cosmetics.Endpoint
Query Parameters
Language for cosmetic names and descriptions.
LEGO Cosmetics
Get all LEGO Fortnite cosmetics.Endpoint
LEGO Kit Cosmetics
Get all LEGO kit cosmetics.Endpoint
Query Parameters
Language for cosmetic names and descriptions.
Bean Cosmetics
Get all Fall Guys (Bean) cosmetics.Endpoint
Query Parameters
Language for cosmetic names and descriptions.
Shop
Item Shop
Get the current Fortnite item shop.Endpoint
Query Parameters
Language for item names and descriptions.
Example Request
cURL
JavaScript
Python
Response Example
AES Keys
Get AES Keys
Get the current Fortnite AES encryption keys.Endpoint
Query Parameters
Key format. Options:
hex, base64.Response Example
Banners
Get Banners
Get all Fortnite banners.Endpoint
Query Parameters
Language for banner names and descriptions.
Get Banner Colors
Get all available banner colors.Endpoint
Response Example
Creator Code
Get Creator Code
Look up a Fortnite Support-a-Creator code.Endpoint
Query Parameters
The creator code to look up.
Example Request
cURL
Response Example
Map
Get Map
Get the current Fortnite map with POI data.Endpoint
Query Parameters
Language for POI names.
Response Example
News
Get All News
Get Fortnite news for all modes.Endpoint
Query Parameters
Language for news content.
Response Example
Get Battle Royale News
Get news specific to Battle Royale mode.Endpoint
Query Parameters
Language for news content.
Get Save the World News
Get news specific to Save the World mode.Endpoint
Query Parameters
Language for news content.
Playlists
Get All Playlists
Get all available Fortnite playlists.Endpoint
Query Parameters
Language for playlist names and descriptions.
Example Request
cURL
Response Example
Get Playlist by ID
Get a specific playlist by its ID.Endpoint
Path Parameters
The unique playlist ID (e.g.
Playlist_DefaultSolo).Query Parameters
Language for playlist names and descriptions.
Error Handling
All endpoints return a consistent error structure when something goes wrong.| HTTP Status | Meaning |
|---|---|
200 | Success |
400 | Bad request — missing or invalid parameters |
404 | Resource not found |
500 | Internal server error |
All endpoints support both
GET and OPTIONS methods. CORS headers are included on every response, so these endpoints can be called directly from browser-based applications.