/mandarake/categories

POST /api/mandarake/categories

Price: 5 credits

List the Mandarake (まんだらけ) catalogue taxonomy: the top-level departments when no category is given, otherwise the direct children of the given category. Category codes returned here drive the category_id filter of the item search endpoint. Names are available in Japanese, English and Chinese.

How to use it

Walk the Mandarake category tree. Call without category_id to get the top-level departments (comics, toys, cards, doujin, idols and so on), then pass the id of any node to get its direct children; the tree is up to five levels deep and a leaf returns an empty list. Each node carries id (usable as category_id of the item search endpoint), name, url and parent_id. Set lang to ja for the original Japanese names; en and zh are machine translations.

Parameters

Request body

Response

Errors

Response headers