---
title: "Gets the language translation counts for all languages of a game"
method: GET
path: "/v1/game-localization-status/{gameId}/translation-counts"
tags: ["Localization", "Universes"]
---

# Gets the language translation counts for all languages of a game

`GET /v1/game-localization-status/{gameId}/translation-counts`

## Path parameters

- `gameId` integer, required

## Response `200`

OK

- RobloxGameInternationalizationApiGetTranslationCountsForGameResponse — A response model that contains game info for getting a translation count.
  - `gameId` integer — The game id.
  - `languagesOrLocales` RobloxGameInternationalizationApiTranslationCountLanguageOrLocaleResponse[] — The list of languages/locales of the game.
    - `status` 'Success' | 'LanguageOrLocaleNotSupportedForGame' — The status of the response for the requested game. ['Success' = 1, 'LanguageOrLocaleNotSupportedForGame' = 2]
    - `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.
    - `name` string
    - `languageCodeType` 'Language' | 'Locale' — An enum to distinguish between locale codes and language codes. ['Language' = 0, 'Locale' = 1]
    - `languageCode` string

## Other responses

- `400` — 4: Table does not exist. 14: Invalid game id
- `401` — 0: Authorization has been denied for this request.
- `500` — 0: An unknown error occurred.

---

[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/revisions/40ce8069acc1/schema)
