rozod
    Preparing search index...

    Variable getNameDescriptionGamesGameidConst Api Param

    getNameDescriptionGamesGameid: EndpointGeneric<
        { gameId: number },
        {
            data: {
                description: string;
                languageCode: string;
                name: string;
                updateType: "Invalid" | "Name" | "Description";
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/name-description/games/:gameId Gets a game's name and description in all supported languages gameId The id of the game