@zikeji/hypixel / Components / Schemas / SkyBlockProfile
Interface: SkyBlockProfile
Properties
banking?
optionalbanking: {balance?:number;transactions?:object[]; } |null
Information about the bank account for this profile, only present if the API banking setting is enabled
community_upgrades?
optionalcommunity_upgrades: {[key:string]:unknown; } |null
cute_name?
optionalcute_name:string|null
The cute name of the profile, only provided on the profiles endpoint
game_mode?
optionalgame_mode:"ironman"|"island"|"bingo"
The SkyBlock game mode of the profile, not present if normal mode
members?
optionalmembers:object
A map of member UUIDs to member profiles objects
player_id?
optionalplayer_id:string
profile?
optionalprofile:object
profile.deletion_notice?
optionaldeletion_notice: {timestamp?:number; } |null
If this field exists, the member profile is marked as deleted
profile_id?
optionalprofile_id:string
selected?
optionalselected:boolean|null
Whether or not this is the currently selected profile, only provided on the profiles endpoint