Skip to main content
POST
Batch card translations
POST https://api-datahub.octoparse.com/v1/data-apps/translations/lookup Authentication: optional. Fetches card-level translation fields for many apps in one locale. Designed for catalog pages that render mixed-locale cards without N+1 reads.

Request

Request body

string
required
Target locale, for example ja-JP.
array
required
App references (app_<hex> or <namespace>/<app_name>).

Example request

Response

200 success

Apps without an overlay still appear with found: false so the client can fall back to source text.

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.