rozod
    Preparing search index...

    Variable getCategoriesConst Api

    getCategories: EndpointGeneric<
        { [key: string]: any },
        {
            assetTypeIds: number[];
            bundleTypeIds: number[];
            category: 0 | 1 | 2 | 3 | 4 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18;
            categoryId: number;
            isSearchable: boolean;
            name: string;
            orderIndex: number;
            subcategories: {
                assetTypeIds: number[];
                bundleTypeIds: number[];
                name: string;
                shortName: string;
                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;
                subcategoryId: number;
            }[];
        }[],
        undefined,
    > = ...

    GET https://catalog.roblox.com/v1/categories Lists Category Names and their Ids.