Skip to main content
GET
Get a translation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Project ID

contentId
string
required

Content ID

versionId
string
required

Content version ID

code
string
required

Localization code (not the default locale)

Response

Version translation

object
enum<string>
required
Available options:
contentVersionLocalization
versionId
string
required
code
string
required
name
string
required
enabled
boolean
required

Whether this translation is delivered. A disabled (or missing) translation means users of that locale see the source language.

stats
object
required
units
object[]
required
updatedAt
string<date-time> | null
required

When the translation was last saved; null when it was never saved.