---
title: "Gets the language translation counts for the specified table.
The languages to retrieve must be provided."
method: GET
path: "/v1/game-localization-status/translation-counts-for-language-or-locale"
tags: ["Localization", "Universes"]
---

# Gets the language translation counts for the specified table.
The languages to retrieve must be provided.

`GET /v1/game-localization-status/translation-counts-for-language-or-locale`

## Query parameters

- `gameIds` integer[], required
- `languageOrLocaleCode` string, required
- `languageOrLocaleType` 'Language' | 'Locale', required

## Response `200`

OK

- RobloxGameInternationalizationApiGetTranslationCountsForLanguageOrLocaleResponse — A response model for getting translation counts for a language or locale.
  - `languageOrLocaleCode` string — The code of the language or locale.
  - `languageOrLocaleType` 'Language' | 'Locale' — An indicator that says whether the passed in language/locale code represents a language or locale. ['Language' = 0, 'Locale' = 1]
  - `games` RobloxGameInternationalizationApiTranslationCountGameInfoResponse[] — Info for the requested games, including their translation counts for the specified language or locale.
    - `gameId` integer — The game id.
    - `status` 'LanguageOrLocaleSupportedForGame' | 'LanguageOrLocaleNotSupportedForGame' | 'LanguageOrLocaleIsSource' | 'InsufficientPermission' | 'GameDoesNotExist' | 'GameDoesNotHaveTable' | 'UnknownError' — The status of the response for the requested game. ['LanguageOrLocaleSupportedForGame' = 0, 'LanguageOrLocaleNotSupportedForGame' = 1, 'LanguageOrLocaleIsSource' = 2, 'InsufficientPermission' = 3, 'GameDoesNotExist' = 4, 'GameDoesNotHaveTable' = 5, 'UnknownError' = 6]
    - `categories` RobloxGameInternationalizationApiTranslationCountCategoryInfoResponse[] — Categories of translation counts.
      - `category` 'InGameContent' — The category of the translation counts. ['InGameContent' = 0]
      - `translationCounts` RobloxGameInternationalizationApiTranslationCount[] — The translation counts.
        - `count` integer
        - `translationStatus` 'Approved' — The enum representing a translation status. ['Approved' = 0]
        - `translatorType` 'Automation' | 'User' — Gets or sets the type of the translator associated with the count, or `null` if the count is not associated with a specific type of translator.
      - `totalTranslatableItemCount` integer — The total number of translatable items. The translation count percentage can be calculated by doing translationCounts / totalTranslatableItemCount.

## Other responses

- `400` — 66: Games can't be null or empty 67: Maximum games exceeded. Please keep the number of games per request below the maximum. 68: LanguageOrLocaleCode is null or whitespace
- `401` — 0: Authorization has been denied for this request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
