We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
user.invalid_id
https://www.habbox.game/api/public/users/hhxp-b8725673423ff52c736ecc68800fbfe1/profile
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'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'.
The text was updated successfully, but these errors were encountered: