Request Lines
If you want to make your own Furniture archive or maybe a Marketplace on your Fansite, the Lines endpoint is the way to go. With that, you will get different information, like the name of the line, amount of furniture in the line, an line icon and data. At the time of writing this, there are over 250 different lines.
Note that some lines maybe are missing icons. Tweet us on twitter, and we will add them as fast as possible.
Below is the list of URL Parameters, that you get back from the lines endpoint.
URL Parameters
The following table shows request parameters you can use in a Lines API call.
Name | Type | Required | Details |
---|---|---|---|
per_page |
Integer |
No |
Paginates the result by value provided. |
Response Fields
The following table shows response fields returned by the Lines API call.
Name | Type | Details |
---|---|---|
name |
String |
Return Line name. |
code |
String |
Return unik Line code. |
furni_count |
Init |
Return the amount of furni, in that Line. |
icon |
String |
Return URL to the Line icon. |
created_at |
String |
Return a date we found the line. |
total |
String |
Return total amount of Lines. |
per_page |
String |
Return Lines shown per page. |
prev_page_url |
String |
Return full url to previous Lines page. |
next_page_url |
String |
Return full url to next Lines page. |
We hope to bring much more features to the API, in the future.
Next: Habbos Endpoint