Language Management APIs
List of all cluster API endpoints within the Language Management
category. Each endpoint provides specific functionality for integrating with cluster services.
POST
Create multiple language translations in batch
/_system/languages GET
Get list of available languages ordered by usage count
/_system/languages PUT
Update a single language translation
/_system/languages/{guid} GET
Get all translations for a specific key across languages
/_system/languages/{guid} DELETE
Delete a specific language translation by GUID
/_system/language/search POST
Search language translations using Elasticsearch query
/_system/language/{language}/get_last_timestamp GET
Get the timestamp of the last update for a specific language
/_system/language/{language}/all GET
Get all translations for a specific language
/_system/language/{language}/all DELETE
Delete all translations for a specific language
/_system/language/get POST
Get specific translations by keys and languages with fallback support
Back to API Categories Return to the main API categories page to browse other endpoints