curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/languages \
--header 'x-api-token: <api-key>'
[
{
"language": "<string>",
"translation": {},
"enabled": true
}
]
Retrieve all language configurations. Note that translation objects contain only overrides of the default language. Empty translation objects () mean ‘use default translations’.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/languages \
--header 'x-api-token: <api-key>'
[
{
"language": "<string>",
"translation": {},
"enabled": true
}
]
Was this page helpful?