---
title: "Get a translation resource"
method: GET
path: "/translations/{translationId}"
tags: ["translations"]
---

# Get a translation resource

`GET /translations/{translationId}`

Return the identified translation resource

## Response `200`

The translation resource

- PopulatedTranslationResourceType — Necessary information to create a translation resource
  - `name` string, required — The name of the translation resource
  - `url` string, required — The URL of the translation resource. At the moment, google drive spreasheets are supported.
  - `metadata` string — Optional metadata, specific to the individual resource. In the case of google spreadsheets, if a spreadsheet has a single sheet, metadata can be left empty. Otherwise it must specify the name of a sheet in the spreadsheet.
  - `id` string, required — System wide unique identifier of the entity

## Other responses

- `400` — Malformed request
- `404` — The specified translation resource couldn't be found
- `default` — Unexpected error

---

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