-
Notifications
You must be signed in to change notification settings - Fork 0
Objects
class FortniteAPI
id
- The id of the cosmetic. Type: string
type
- The type of the cosmetic. Type: string
backendType
- The backendType of the cosmetic. Type: string
rarity
- The rarity of the cosmetic. Type: string
displayRarity
- The display rarity of the cosmetic. Type: string
backendRarity
- The backend rarity of the cosmetic. Type: string
name
- The name of the cosmetic. Type: string
shortDescription
- The short description of the cosmetic. Type: string
description
- The long description of the cosmetic. Type: string
set
- The set of the cosmetic. Type: string
setText
- The set text of the cosmetic. Type: string
id
- The id of the cosmetic. Type: string
series
- The series of the cosmetic. Type: string
backendSeries
- The backend series of the cosmetic. Type: string
images
- The image data + urls of the cosmetic. Type: JSON
(soon will be Object)
variants
- The variants of the cosmetic. Type: array
gameplayTags
- The gameplay tags of the cosmetic. Type: array
displayAssetPath
- The display asset path of the cosmetic. Type: string
definition
- The definition of the cosmetic. Type: string
requiredEmoteId
- The required emote id of the cosmetic. Type: string
builtInEmoteId
- The built in emote id of the cosmetic. Type: string
path
- The file path of the cosmetic. Type: string
lastUpdate
- The last time the cosmetic was updated. Type: string
added
- The first time the cosmetic was seen. Type: string
class FortniteAPI
image
- The image url of the news post. Type: string
hidden
- If the news post is hidden or not. Type: boolean
messageType
- The message type of the news post. Type: string
type
- The type of the news post. Type: string
adspace
- The adspace of the news post. Type: string
spotlight
- If the news post is in the spotlight or not. Type: boolean
title
- The title of the news post. Type: string
body
- The body of the news post. Type: string
class FortniteAPI
image
- The image url of the news post. Type: string
hidden
- If the news post is hidden or not. Type: boolean
messageType
- The message type of the news post. Type: string
type
- The type of the news post. Type: string
adspace
- The adspace of the news post. Type: string
spotlight
- If the news post is in the spotlight or not. Type: boolean
title
- The title of the news post. Type: string
body
- The body of the news post. Type: string
class FortniteAPI
image
- The image url of the news post. Type: string
hidden
- If the news post is hidden or not. Type: boolean
messageType
- The message type of the news post. Type: string
type
- The type of the news post. Type: string
adspace
- The adspace of the news post. Type: string
spotlight
- If the news post is in the spotlight or not. Type: boolean
title
- The title of the news post. Type: string
body
- The body of the news post. Type: string
class FortniteAPI
regularPrice
- The regular price of the shop item. Type: int
finalPrice
- The current price of the shop item. Type: int
isBundle
- If the shop item is a bundle or not. Type: boolean
giftable
- If the shop item is giftable or not. Type: boolean
refundable
- If the shop item is refundable or not. Type: boolean
panel
- The shop item panel. Type: int
sortPriority
- The shop item sort priority. Type: int
banner
- The banner of the shop item. Type: string
items
- The shop item; cosmetic items. Type: JSON
(soon will be BRCosmetic object)