rozod
    Preparing search index...

    Variable getCategoriesConst Api

    getCategories: EndpointGeneric<
        { [key: string]: any },
        {
            assetTypeIds: number[];
            bundleTypeIds: number[];
            category: string;
            categoryId: number;
            isSearchable: boolean;
            name: string;
            orderIndex: number;
            subcategories: {
                assetTypeIds: number[];
                bundleTypeIds: number[];
                name: string;
                shortName: string;
                subcategory: string;
                subcategoryId: number;
                taxonomy: string;
            }[];
            taxonomy: string;
        }[],
        undefined,
    > = ...

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