---
title: "Get a single translatable entry"
method: GET
path: "/translations/entries/{entryId}"
tags: ["Translations"]
---

# Get a single translatable entry

`GET /translations/entries/{entryId}`

Returns the full content of a single translatable entry in the specified language.
The entry ID uses the format "type:id" as returned by GET /translations/entries. The id part is a
Mongo id for `article`, `collection` and `emailtemplate` (e.g. "article:507f1f77bcf86cd799439011") and
the translation key for `statictranslation` (e.g. "statictranslation:welcomeText").
If no language is specified, the project's primary language is used.

## Path parameters

- `entryId` string, required

## Query parameters

- `language` string

## Headers

- `project` string, required

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/b8a72fda881e/schema)
