Skip to main content
GET
Export translations as per-language files

Authorizations

Authorization
string
header
required

API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.

Path Parameters

projectId
string
required

Project id (UUID) or id-embedded path slug.

Query Parameters

format
string
required

Target format id, e.g. json-nested. See GET /projects/{projectId}/formats.

Minimum string length: 1
languages
string

Comma-separated language codes, e.g. fr,de. Omitted = all project languages.

status
enum<string>
default:approved

Only include values in this approval status (e.g. approved).

Available options:
all,
approved,
pending_review,
draft
branch
string

Target an open translation branch instead of main. Required when the project's main branch is protected.

Response

One rendered file per language, base64-encoded.

success
boolean
required
data
object
required