Skip to main content
GET
App translation locales
GET https://api-datahub.octoparse.com/v1/data-apps/{app_id}/translations Authentication: optional. Lists locales that have a translation overlay for the app. The source locale of the manifest is separate and may not appear here.

Request

Path parameters

string
required
App reference: app_<hex> or <namespace>/<app_name>.

Example request

Response

200 success

string
Locale of the manifest source text. Deployment default when unset.
array
required
Locales that have an overlay.

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.