Skip to main content
GET
Read a translation overlay
GET https://api-datahub.octoparse.com/v1/data-apps/{app_id}/translations/{locale} Authentication: optional. Returns the full translation overlay for one locale, including card fields and README when present.

Request

Path parameters

string
required
App reference: app_<hex> or <namespace>/<app_name>.
string
required
Locale code, for example ja-JP.

Example request

Response

200 success

string
required
Locale of this overlay.
string
Translated display name.
string
Translated summary.
string
Translated README Markdown, when present.
boolean
true when the overlay is based on draft changes not yet published as the latest Release.

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.