---
title: "Gets the translation feedback for each entry passed in."
method: POST
path: "/v1/localization-table/tables/{tableId}/entries/translation-feedback"
tags: ["Localization"]
---

# Gets the translation feedback for each entry passed in.

`POST /v1/localization-table/tables/{tableId}/entries/translation-feedback`

## Path parameters

- `tableId` string, uuid, required

## Query parameters

- `gameId` integer

## Request body

- RobloxLocalizationTablesApiGetTableEntriesTranslationFeedbackRequest — A request model for GetTableEntriesTranslationFeedback.
  - `sourceLocale` string — locale code of source language, we only accept language code at the moment.
  - `entries` RobloxLocalizationTablesApiEntryIdentifierWithTranslation[] — entry identifier
    - `translation` RobloxLocalizationTablesApiTranslation
      - `locale` string
      - `translationText` string
      - `translator` RobloxLocalizationTablesApiTranslator
        - `id` integer
        - `agentType` 'User' | 'Automation' — ['User' = 0, 'Automation' = 1]
      - `updatedTime` string, date-time
      - `feedbackCount` integer
    - `key` string
    - `context` string
    - `source` string
    - `entryFormat` 'Invalid' | 'Legacy' | 'Icu'

## Response `200`

OK

- RobloxLocalizationTablesApiGetTableEntriesTranslationFeedbackResponse — A response model for GetTableEntriesTranslationFeedback.
  - `tableId` string, uuid — The entries' tableId.
  - `entries` RobloxLocalizationTablesApiEntryTranslationFeedback[] — The entries with their identifier, translation feedback details.
    - `identifier` RobloxLocalizationTablesApiEntryIdentifierWithTranslation
      - `translation` RobloxLocalizationTablesApiTranslation
        - `locale` string
        - `translationText` string
        - `translator` RobloxLocalizationTablesApiTranslator
          - `id` integer
          - `agentType` 'User' | 'Automation' — ['User' = 0, 'Automation' = 1]
        - `updatedTime` string, date-time
        - `feedbackCount` integer
      - `key` string
      - `context` string
      - `source` string
      - `entryFormat` 'Invalid' | 'Legacy' | 'Icu'
    - `feedbackCount` integer — The number of unique reporters that send feedback to the given entry identifier.
    - `playerSuggestionText` string[] — A set of player translation suggestion in text for the given entry identifier.
    - `reasons` string[] — A set of translation feedback reasons for the given entry identifier.
    - `robloxSuggestionText` string — Roblox translation suggestion in text for the given entry identifier.

## Other responses

- `400` — 3: Invalid table id. 13: Request body can't be null 14: Invalid game id 16: Entries can't be null or empty 35: The entries provided are invalid 37: Invalid locale code. 38: Invalid entry identifier.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You do not have permission to get this table.
- `429` — 24: Too many attempts.Please try again later.
- `503` — 17: Feature is disabled

---

[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/756260310407/schema)
