Variable getBadgesIconsConst

getBadgesIcons: EndpointGeneric<{
    badgeIds: number[];
    format: undefined | "Png" | "Webp";
    isCircular: undefined | boolean;
    size: undefined | "150x150";
}, {
    data: {
        imageUrl: string;
        state:
            | "Error"
            | "Completed"
            | "InReview"
            | "Pending"
            | "Blocked"
            | "TemporarilyUnavailable";
        targetId: number;
        version: string;
    }[];
}, any> = ...

GET https://thumbnails.roblox.com/v1/badges/icons

Thumbnails badge icons.

The badge ids.

The thumbnail size, formatted widthxheight

The thumbnail format

The circle thumbnail output parameter, true or false