v1

latestOpenAPI 3.0.02026-07-17447.7 KB
entrusted

HTML Web UI translation messages by key

get/api/v1/uitranslations

Response

Request accepted and queued for processing

localestring

The language code which is following either ISO 639-1 or RFC4647 for specialized languages

dataobject

Translation values by message key

Example response

{
  "locale": "en",
  "data": {
    "translation_key_first": "translation_value_first",
    "translation_key_other": "translation_value_other"
  }
}
All 4 operations