Skip to content

@zikeji/hypixel / SkyBlockMuseum

Class: SkyBlockMuseum

Example

typescript
const museum = await client.skyblock.museum.profile("20934ef9488c465180a78f861586b4cf");

Extends

  • Method

Methods

API

profile()

profile(uuid): Promise<{ meta: OmitRespectingRemapping<SkyblockMuseumResponse, "profile"> & DefaultMeta; }>

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<{ meta: OmitRespectingRemapping<SkyblockMuseumResponse, "profile"> & DefaultMeta; }>

Example
typescript
const museum = await client.skyblock.museum.profile("20934ef9488c465180a78f861586b4cf");

Released under the MIT License.