# H11 - List Catalog categories (parents and children) related to a Catalog category Call FrequencyRecommended usage: Every hourMaximum usage: Every hourRead MoreMore context Endpoint: GET /api/hierarchies ## Query parameters: - `hierarchy` (string) Catalog category code - `max_level` (integer) Number of children catalog category levels to retrieve. If not specified, all child catalog categories are retrieved - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `hierarchies` (array, required) List of hierarchies - `hierarchies.code` (string, required) Hierarchy code - `hierarchies.label` (string) Hierarchy label - `hierarchies.label_translations` (array, required) Hierarchy label translation - `hierarchies.label_translations.locale` (string) Locale - `hierarchies.label_translations.value` (string) Translation - `hierarchies.level` (integer, required) Hierarchy level - `hierarchies.parent_code` (string, required) Parent Hierarchy code