Returns all translation records with full database fields (id, locale, namespace, key, value, timestamps). Returns data as a flat array sorted by locale, namespace, and key.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200
application/json
Successful response
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://awqacore01.crexendocloud.com/ns-api/v2/translations/raw' \
--header'Authorization: Bearer <token>'