---
title: "Lists Category Names and their Ids."
method: GET
path: "/v1/categories"
tags: ["Assets", "Avatars", "Metadata"]
---

# Lists Category Names and their Ids.

`GET /v1/categories`

## Response `200`

OK

- RobloxCatalogApiCategoryModel[]
  - `category` 0 | 1 | 2 | 3 | 4 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 — Category type.
  - `taxonomy` string — The associated public facing web_stable_id corresponding to internal taxonomy uuid for this category.
  - `assetTypeIds` integer[] — List of AssetTypeIds corresponding to AssetType enum that this category returns.
  - `bundleTypeIds` integer[] — List of bundleTypeIds corresponding to BundleType enum that this category returns.
  - `categoryId` integer — Category id.
  - `name` string — Category name.
  - `orderIndex` integer — Category order index.
  - `subcategories` RobloxCatalogApiSubcategoryModel[] — Subcategories under this category.
    - `subcategory` 0 | 1 | 2 | 3 | 4 | 5 | 9 | 10 | 12 | 13 | 14 | 15 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 — Subcategory type.
    - `taxonomy` string — The taxonomy UUID associated with this node.
    - `assetTypeIds` integer[] — List of AssetTypeIds corresponding to AssetType enum that this category returns.
    - `bundleTypeIds` integer[] — List of bundleTypeIds corresponding to BundleType enum that this category returns.
    - `subcategoryId` integer — Subcategory id.
    - `name` string — Subcategory name.
    - `shortName` string — Subcategory short name.
  - `isSearchable` boolean — Gets or sets whether the category is searchable in search bar.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/756260310407/schema)
