Translations by group id
Returns all translated phrases for a specific group, in the desired language.
path Parameters
groupIDinteger · int32 · requiredA numerical value representing a group of related translations.
Example: 1
query Parameters
languagestringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usformatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
LanguageCodestring · minLength: 1 · requiredThe culture code for the language to which the phrase is translated
PhraseCodestring · minLength: 1 · requiredThe word or phrase (without spaces) to use as a key for joining the translations
Textstring · minLength: 1 · requiredThe translated word or phrase
DataCodestring | nullThe key to use for translation
Translation groups
Returns a list of available translation groups
query Parameters
languagestringA string that indicates the language in which to return the response. More information can be found here.
Default: en-usformatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
IDinteger · int32 · requiredA unique ID (integer) for the translation group
Namestring · minLength: 1 · requiredThe translation group name