Read Translations

Retrieves the translated UI strings for a bundle in a specific locale, so you can localize your custom bundle experience.


Auth: Storefront-callable (no token).

Parameters

NameInTypeRequiredDescription
idpathstringYesThe Bundle ID.
localequerystringYesISO locale code, e.g. en, hi, de, fr.

Response

data is an array of { key, name, value }:

  • key — stable identifier for the UI string (use this in your code).
  • name — the label of the string in the Loop admin.
  • value — the translated string for the requested locale. Some values contain placeholders like {{value}}, {{currency}}, {{count}}, {{total}} - substitute these at render time.
Path Params
string
required

Bundle ID

Query Params
string
required

locale iso code : e.g. en

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json