Discovery
Batch-fetch card-level translations for one locale
Catalog-page hydration: for up to 100 app_ids and one locale,
return the card-level entries (identity.name / identity.summary /
discovery.boundary / discovery.keywords / pricing.events.<event>.label)
of apps that are visible to the caller **and** carry that locale.
Everything else is simply absent from `items` (no error). Readme,
schemas and knowledge are never included here — read
GET /data-apps/{ref}/translations/{locale} for the full overlay.
The engine does no language negotiation: pick the locale on the
consuming side (each card already carries `source_locale`).
POST
Batch-fetch card-level translations for one locale
Authorizations
DataHub API Key
Body
application/json
POST translations/lookup request body: up to 100 app_ids and one locale; the response only carries card-level paths (identity.name / identity.summary / discovery.boundary / discovery.keywords / pricing.events..label) so a catalog page can hydrate cards in one call without pulling readmes or schemas.
Response
Successful Response