Logo
ACNH API Documentation

Houseware

GET {{baseUrl}}/v1/houseware/:housewareID

Get houseware data in JSON format.

The {housewareID} parameter is optional and can be removed to get all the housewareID data.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

[ { "variant": null, "body-title": null, "pattern": null, "pattern-title": null, "isDIY": false, "canCustomizeBody": false, "canCustomizePattern": false, "kit-cost": null, "color-1": "Yellow", "color-2": "Yellow", "size": "1x1", "miles-price": null, "source": "Nook's Cranny", "source-detail": "Available in Nook's Cranny (upgraded only), in the unique furniture slot", "version": "1.0.0", "hha-concept-1": "music", "hha-concept-2": null, "hha-series": null, "hha-set": null, "isInteractive": true, "tag": "Musical Instrument", "isOutdoor": false, "speaker-type": null, "lighting-type": null, "isCatalog": true, "file-name": "FtrAltosax", "variant-id": null, "internal-id": 846, "name": { "name-USen": "alto saxophone", "name-EUen": "alto saxophone", "name-EUde": "Saxofon", "name-EUes": "saxofón", "name-USes": "saxofón", "name-EUfr": "saxophone alto", "name-USfr": "saxophone alto", "name-EUit": "sax contralto", "name-EUnl": "altsaxofoon", "name-CNzh": "中音萨克斯风", "name-TWzh": "中音薩克斯風", "name-JPja": "アルトサックス", "name-KRko": "알토 색소폰", "name-EUru": "альтовый саксофон" }, "buy-price": 3400, "sell-price": 850, "image_uri": "https://acnhapi.com/v1/images/furniture/FtrAltosax" } ]



Curl
curl -X GET 'http://acnhapi.com/v1/houseware/:housewareID'

ENDPOINTS