Skip to main content

Returns information about supported translation providers

GET 

/v2/public/machine-translation-providers

Get machine translation providers

Responses

OK

Schema
    property name* MachineTranslationProviderModel
    supportedLanguages string[]

    BCP 47 tags of languages supported by the translation service. When null, all possible languages are supported.

    Please note that Tolgee tries to fall back to a higher subtag if the subtag is not supported.

    E.g., if pt-BR is not supported. Tolgee fallbacks to pt.

Loading...