rozod
    Preparing search index...

    Variable getBadgesBadgeidIconsConst Api Param

    getBadgesBadgeidIcons: EndpointGeneric<
        { badgeId: number; height?: number; width?: number },
        {
            data: {
                imageId: string;
                imageUrl: string;
                languageCode: string;
                state:
                    | "Approved"
                    | "PendingReview"
                    | "UnAvailable"
                    | "Rejected"
                    | "Error";
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/badges/:badgeId/icons Get all icons for a badge badgeId The id of the badge width The width of the icon to request height The height of the icon to request