Request Furniture
If you want to make a list of the latest furniture added to Habbo, or a tool that displays furniture by line, you will need to make a Furniture 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 furniture 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 furniture up, so you are able to make lists of furniture for each line.
URL Parameters
The following table shows request parameters you can use in a furniture API call.
Name | Type | Required | Details |
---|---|---|---|
id |
String |
No |
Wildcard search for furniture with that id, provided by us. |
name |
String |
No |
Wildcard search for furniture with that name. |
description |
String |
No |
Wildcard search for furniture with that description. |
code |
String |
No |
Wildcard search for furniture with that code. |
habbo_furni_id |
String |
No |
Wildcard search for furniture with a specific furniture id. |
furni_line |
String |
No |
Wildcard search for furniture within a specific furniture line. |
new |
String |
No |
If supplied, will only return |
for_sale |
String |
No |
If supplied, will only return furniture for sale. |
builders_club |
String |
No |
If supplied, will only return furniture in builders club. |
per_page |
Integer |
No |
Paginates the result by value provided. |
Response Fields
The following table shows response fields returned by the furniture API call.
Name | Type | Details |
---|---|---|
id |
String |
Return furniture id, provided by us. |
name |
String |
Return furniture name. |
description |
String |
Return furniture description. |
code |
String |
Return unik furniture code. |
habbo_furni_id |
String |
Return specific furniture id. |
furni_line |
String |
Return specific furniture line. |
furni_line_name |
String |
Return custom furniture line name. |
image |
String |
Return full URL to furniture image. |
icon |
String |
Return full URL to furniture icon. |
public_icon |
String |
Return full URL to furniture icon, hosted on Habbos server. |
colors |
Array |
Return |
directions |
Array |
Return |
states |
Array |
Return |
new |
Boolean |
Return |
for_sale |
Boolean |
Return |
builders_club |
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 furniture. |
per_page |
String |
Return furniture shown per page. |
prev_page_url |
String |
Return full url to previous furniture page. |
next_page_url |
String |
Return full url to next furniture page. |
We hope to bring much more features to the API, in the future.
Next: Furniture Directions