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