rozod
    Preparing search index...

    Variable getAutomaticTranslationGamesGameidQuotaConst Api Param

    getAutomaticTranslationGamesGameidQuota: EndpointGeneric<
        { gameId: number },
        {
            bankQuota: { capacity: number; remaining: number };
            monthlyQuota: {
                capacity: number;
                nextRefreshDate: string;
                previousRefreshDate: string;
                remaining: number;
            };
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/automatic-translation/games/:gameId/quota Returns the automatic translation quota info for a game. The user must still have proper permissions for the game to get this info. gameId The game id.