Request a Badge
If you want to make a list of the latest badges added to Habbo, or a tool that displays badges with most owners, you will need to make a Badge Request. The following documentation shows you have to do that, wich URL Parameters you can use and wich Response Fields you will get back.
Note that all badges added after 28-04-2017, will not have descriptions. Habbo has stopped useing Badge and Furni descriptions, on all hotels.
We have devided the different hotels up, so you are able to make lists of badges for each country or languages.
URL Parameters
The following table shows request parameters you can use in a badge API call.
Name | Type | Required | Details |
---|---|---|---|
name |
String |
No |
Wildcard search for badges with that name. |
description |
String |
No |
Wildcard search for badges with that description. |
code |
String |
No |
Wildcard search for badges with that code. |
hotel |
String |
No |
Wildcard search for badges for specific hotel only. |
new |
String |
No |
If supplied, will only return |
has_image |
String |
No |
If supplied, will show all badges, also those without image. |
achievement |
String |
No |
Wildcard search for achievement badges. |
per_page |
Integer |
No |
Paginates the result by value provided. |
Response Fields
The following table shows response fields returned by the badge API call.
Name | Type | Details |
---|---|---|
name |
String |
Return badge name. |
description |
String |
Return badge description. |
code |
String |
Return unik badge code. |
hotel |
String |
Return specific hotel where the badge are used. Eg. |
badge_owners |
String |
Return total amount of Habbos who own the badge. |
new |
Boolean |
Return |
has_image |
Boolean |
Return |
image |
String |
Return full URL to badge image. |
achievement |
Boolean |
Return |
discovered_at |
String |
Return date and time on the day we discovered it. |
discovered_at_iso |
String |
Return |
total |
String |
Return total amount of badges. |
per_page |
String |
Return badges shown per page. |
prev_page_url |
String |
Return full url to previous badge page. |
next_page_url |
String |
Return full url to next badge page. |
We hope to bring much more features to the API, in the future.