Class: SkyBlockMuseum
# Class: SkyBlockMuseum
# Example
const museum = await client.skyblock.museum.profile("20934ef9488c465180a78f861586b4cf");
 1
# Extends
Method
# API
# profile()
profile(
uuid):Promise<object>
SkyBlock museum data for all members of the provided profile. The data returned can differ depending on the players in-game API settings.
# Parameters
• uuid: string
# Returns
Promise<object>
# meta
meta:
OmitRespectingRemapping<SkyblockMuseumResponse,"profile"> &DefaultMeta
# Example
const museum = await client.skyblock.museum.profile("20934ef9488c465180a78f861586b4cf");
 1