GET /nh/clothing
Operation ID: —
Auth: unknown
Description
Get a list of all clothing items and their details in *Animal Crossing: New Horizons*.
Parameters (7)
(string, header, required)
The version of the API you are calling, written as `1.0.0`. This is specified as required as good practice, but it is not actually enforced by the API. If you do not specify a version, you will be served the latest version, which may eventually result in breaking changes.
(string, header, required)
Your UUID secret key, granted to you by the Nookipedia team. Required for accessing the API.
(string, query, optional)
Specify the category of clothing to return.
Constraints: {'enum': ['Tops', 'Bottoms', 'Dress-up', 'Headwear', 'Accessories', 'Socks', 'Shoes', 'Bags', 'Umbrellas']}
(array, query, optional)
Return clothing that matches the provided colors (may specify one or two colors). Colors are used for gifting villagers.
(string, query, optional)
When set to `true`, only clothing names are returned. Instead of an array of objects with all details, the return will be an array of strings.
(string, query, optional)
Return clothing that have the specified Label theme. This is used for completing the requested outfit theme for [Label](https://nookipedia.com/wiki/Label) when she visits the player's island.
Constraints: {'enum': ['Comfy', 'Everyday', 'Fairy tale', 'Formal', 'Goth', 'Outdoorsy', 'Party', 'Sporty', 'Theatrical', 'Vacation', 'Work']}
(array, query, optional)
Return clothing that matches the provided styles (may specify one or two styles). Styles are used for gifting villagers.
No probe data for this endpoint yet.