fnbr.co api
We offer a developer api, if you wish to request access please contact us on Discord.
If you have been given access, you can login here.
Image Retrieval
You can request the images for a specific cosmetic or search up to 15 with the same name.
If you wanted to find the images for 'ghoul trooper' you would get a response like this:
{ "status": 200, "data": [ { "id": "5ab16c0e5f957f27504aa4e4", // An ID for use within fnbr.co "name": "Ghoul Trooper", // The name of the cosmetic "price": "1,500", // The price of the cosmetic (string) "priceIcon": "vbucks", // The price icon "priceIconLink": "https://image.fnbr.co/price/icon_vbucks.png", // A link to the price icon "images": { // Object containing all image urls "icon": "https://image.fnbr.co/outfit/5ab16c0e5f957f27504aa4e4/icon.png", // The 'icon' url, all items have this value or placeholder url "png": "https://image.fnbr.co/outfit/5ab16c0e5f957f27504aa4e4/png.png", // An optional 'png' url "gallery": "https://image.fnbr.co/outfit/5ab16c0e5f957f27504aa4e4/gallery.jpg", // An optional 'gallery' url, this value is DEPRECATED "featured": "https://image.fnbr.co/outfit/5ab16c0e5f957f27504aa4e4/featured.png", // An optional 'featured' url "resizeAvailable": true // If there are resizes available for icon and featured }, "rarity": "epic", // The rarity as a lowercase string "type": "outfit", // The item type as a lowercase string "slug": "ghoul-trooper", // The url 'slug' for this item "readableType": "Outfit", // A user presentable version of the item type "description": "Epic ghoul trooper outfit.", // The description of this item "legoAssoc": false // The associated LEGO Fortnite item id } ], "query": { // The incoming query as the server understood it "search": "ghoul trooper", // The search parameter "limit": 1 // The limit provided, or default of 1 } }
Within this response is an array with the cosmetics matching your query and further in is an object with the images for icon, png, gallery and featured images respectively.
You will also find these price icons too:
vbucks: https://image.fnbr.co/price/icon_vbucks.png
vbook: https://image.fnbr.co/price/icon_vbook.png
vip: https://image.fnbr.co/price/icon_vip.png
fip: https://image.fnbr.co/price/icon_fip.png
For a smaller 50x50px sized image (useful for mobile use) append _50x
to the url:
vbucks 50x50: https://image.fnbr.co/price/icon_vbucks_50x.png
Shop
You can retrieve the current shop rotation with a response similar to the above for each cosmetic that is featured and daily.
Stats
You can retrieve an object with a breakdown of how many of each type of cosmetic there are for each rarity.
Upcoming
You can retrieve a list of all cosmetics that are yet to be released.
Discord Bot
We also have a discord bot which you can invite to your server or find out more about here.