Request Clothing
If you want to make a list of the latest clothing added to Habbo, or a tool that displays clothing by line, you will need to make a Clothing 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 clothing added after 28-04-2017, will not have descriptions. Habbo has stopped useing Badge and Furni descriptions, on all hotels.
Another thing to note. Clothing items are made the same way as furniture items. That means that many of the Response Field names will be the same and do the same. In teory, the clothing are furniture, before you wear it.
URL Parameters
The following table shows request parameters you can use in a clothing API call.
Name | Type | Required | Details |
---|---|---|---|
name |
String |
No |
Wildcard search for clothing with that name. |
description |
String |
No |
Wildcard search for clothing with that description. |
code |
String |
No |
Wildcard search for clothing with that code. |
habbo_furni_id |
String |
No |
Wildcard search for clothing with a specific clothing id. |
furni_line |
String |
No |
Wildcard search for clothing within a specific clothing line. |
new |
String |
No |
If supplied, will only return |
for_sale |
String |
No |
If supplied, will only return clothing for sale. |
per_page |
Integer |
No |
Paginates the result by value provided. |
Response Fields
The following table shows response fields returned by the clothing API call.
Name | Type | Details |
---|---|---|
name |
String |
Return clothing name. |
description |
String |
Return clothing description. |
code |
String |
Return unik clothing code. |
habbo_furni_id |
String |
Return specific clothing id. |
furni_line |
String |
Return specific clothing line. |
furni_line_name |
String |
Return custom clothing line name. |
image |
String |
Return full URL to clothing image. |
icon |
String |
Return full URL to clothing icon. |
public_icon |
String |
Return full URL to clothing icon, hosted on Habbos server. |
directions |
Array |
Return |
new |
Boolean |
Return |
for_sale |
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 clothing. |
per_page |
String |
Return clothing shown per page. |
prev_page_url |
String |
Return full url to previous clothing page. |
next_page_url |
String |
Return full url to next clothing page. |
We hope to bring much more features to the API, in the future.
Next: Clothing Directions