gerbenjacobs / HabboAPI

A PHP wrapper for the (undocumented) Habbo API
MIT License
44 stars 10 forks source link

Investigate Habbo X hotel #52

Open gerbenjacobs opened 1 year ago

gerbenjacobs commented 1 year ago

Context

There's a new hotel that requires some kind of NFT token to access (I think?): https://nft.habbo.com/

However, it doesn't come with web profiles, but parts of the API still work.

https://www.habbox.game/api/public/users?name=Macklebee

Fetching the profile however doesn't work, as this results in user.invalid_id.

https://www.habbox.game/api/public/users/hhxp-b8725673423ff52c736ecc68800fbfe1/profile

Investigate

Let's see if they start to implement more of the profiles and if so, we can update the Habbo API to also deal with this 'hotel'.