Request Habbos
If you want to make a tool, where you can search up Habbos and get their information for your Fansite, this is the endpoint to use. This endpoint will allow you to search up Habbos, find their friends, badges and other cool info on them. 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 we started collecting Habbos, 08-05-2020. Because of the way Habbo has made it, we dont have all Habbos. We will slowly build up our archive of Habbos.
You can find Habbos from all 9 Habbo hotels. Just search them up and find their information.
URL Parameters
The following table shows request parameters you can use in a Habbos API call.
Name | Type | Required | Details |
---|---|---|---|
name |
String |
No |
Wildcard search for Habbos with that name. |
habbo_id |
String |
No |
Wildcard search for Habbos with that ID. |
hotel |
String |
No |
Wildcard search for Habbos from a specific hotel. |
Response Fields
The following table shows response fields returned by the Habbos API call.
Name | Type | Details |
---|---|---|
name |
String |
Return Habbo name. |
profile |
String |
Return Habbo profile link. |
motto |
String |
Return Habbo Motto. |
habbo_id |
String |
Return unik Habbo ID. |
hotel |
String |
Return hotel. |
member_since |
ISO String |
Return a date for user creation. |
figure_string |
String |
Return figure string. |
figure_large |
String |
Return url to large Avatar. |
figure_medium |
String |
Return url to medium Avatar. |
figure_small |
String |
Return url to small Avatar. |
badges |
Array |
Return array of |
friends |
Array |
Return array of |
total |
String |
Return total amount of Habbos. |
per_page |
String |
Return Habbos shown per page. |
prev_page_url |
String |
Return full url to previous Habbos page. |
next_page_url |
String |
Return full url to next Habbos page. |
We hope to bring much more features to the API, in the future.