|
8 | 8 | "name": "DeepL - Contact us", |
9 | 9 | "url": "https://www.deepl.com/contact-us" |
10 | 10 | }, |
11 | | - "version": "3.0.2" |
| 11 | + "version": "3.2.0" |
12 | 12 | }, |
13 | 13 | "externalDocs": { |
14 | 14 | "description": "DeepL Pro - Plans and pricing", |
|
2071 | 2071 | "MetaInformation" |
2072 | 2072 | ], |
2073 | 2073 | "summary": "Retrieve Supported Languages", |
2074 | | - "description": "Retrieve the list of languages that are currently supported for translation, either as source or target language, respectively.\n\nAs of January 2024, Arabic (AR) is supported as a source and target language for text translation, \nbut it is not yet supported for document translation. Therefore, Arabic has not yet been added to \nthe `/languages` endpoint. We will add Arabic to the `/languages` endpoint after document translation \nsupport is added.", |
| 2074 | + "description": "Retrieve the list of languages that are currently supported for translation, either as source or target language, respectively.\n\nAs of May 2025, Hebrew (HE), Thai (TH), and Vietnamese (VI) are supported as a source and target language for text translation, \nbut it is not yet supported for document translation. Therefore, they have not yet been added to the `/languages` endpoint. We \nwill add Hebrew, Thai, and Vietnamese to the `/languages` endpoint after document translation support is added.", |
2075 | 2075 | "operationId": "getLanguages", |
2076 | 2076 | "parameters": [ |
2077 | 2077 | { |
|
2127 | 2127 | } |
2128 | 2128 | }, |
2129 | 2129 | "example": [ |
| 2130 | + { |
| 2131 | + "language": "AR", |
| 2132 | + "name": "Arabic", |
| 2133 | + "supports_formality": false |
| 2134 | + }, |
2130 | 2135 | { |
2131 | 2136 | "language": "BG", |
2132 | 2137 | "name": "Bulgarian", |
|
2286 | 2291 | "language": "ZH-HANS", |
2287 | 2292 | "name": "Chinese (simplified)", |
2288 | 2293 | "supports_formality": false |
| 2294 | + }, |
| 2295 | + { |
| 2296 | + "language": "ZH-HANT", |
| 2297 | + "name": "Chinese (traditional)", |
| 2298 | + "supports_formality": false |
2289 | 2299 | } |
2290 | 2300 | ] |
2291 | 2301 | } |
|
2621 | 2631 | "type": "string", |
2622 | 2632 | "description": "The language in which the source texts in the glossary are specified.", |
2623 | 2633 | "enum": [ |
| 2634 | + "ar", |
| 2635 | + "bg", |
| 2636 | + "cs", |
2624 | 2637 | "da", |
2625 | 2638 | "de", |
| 2639 | + "el", |
2626 | 2640 | "en", |
2627 | 2641 | "es", |
| 2642 | + "et", |
| 2643 | + "fi", |
2628 | 2644 | "fr", |
| 2645 | + "he", |
| 2646 | + "hu", |
| 2647 | + "id", |
2629 | 2648 | "it", |
2630 | 2649 | "ja", |
2631 | 2650 | "ko", |
| 2651 | + "lt", |
| 2652 | + "lv", |
2632 | 2653 | "nb", |
2633 | 2654 | "nl", |
2634 | 2655 | "pl", |
2635 | 2656 | "pt", |
2636 | 2657 | "ro", |
2637 | 2658 | "ru", |
| 2659 | + "sk", |
| 2660 | + "sl", |
2638 | 2661 | "sv", |
| 2662 | + "th", |
| 2663 | + "tr", |
| 2664 | + "uk", |
| 2665 | + "vi", |
2639 | 2666 | "zh" |
2640 | 2667 | ], |
2641 | 2668 | "example": "en" |
|
2644 | 2671 | "type": "string", |
2645 | 2672 | "description": "The language in which the target texts in the glossary are specified.", |
2646 | 2673 | "enum": [ |
| 2674 | + "ar", |
| 2675 | + "bg", |
| 2676 | + "cs", |
2647 | 2677 | "da", |
2648 | 2678 | "de", |
| 2679 | + "el", |
2649 | 2680 | "en", |
2650 | 2681 | "es", |
| 2682 | + "et", |
| 2683 | + "fi", |
2651 | 2684 | "fr", |
| 2685 | + "he", |
| 2686 | + "hu", |
| 2687 | + "id", |
2652 | 2688 | "it", |
2653 | 2689 | "ja", |
2654 | 2690 | "ko", |
| 2691 | + "lt", |
| 2692 | + "lv", |
2655 | 2693 | "nb", |
2656 | 2694 | "nl", |
2657 | 2695 | "pl", |
2658 | 2696 | "pt", |
2659 | 2697 | "ro", |
2660 | 2698 | "ru", |
| 2699 | + "sk", |
| 2700 | + "sl", |
2661 | 2701 | "sv", |
| 2702 | + "th", |
| 2703 | + "tr", |
| 2704 | + "uk", |
| 2705 | + "vi", |
2662 | 2706 | "zh" |
2663 | 2707 | ], |
2664 | 2708 | "example": "de" |
|
2844 | 2888 | }, |
2845 | 2889 | "SourceLanguage": { |
2846 | 2890 | "type": "string", |
2847 | | - "description": "Language of the text to be translated. Options currently available:\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (all Portuguese varieties mixed)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `ZH` - Chinese\n\nIf this parameter is omitted, the API will attempt to detect the language of the text and translate it.", |
| 2891 | + "description": "Language of the text to be translated. Options currently available:\n * `AR` - Arabic\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (all Portuguese varieties mixed)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `ZH` - Chinese\n\nIf this parameter is omitted, the API will attempt to detect the language of the text and translate it.", |
2848 | 2892 | "enum": [ |
| 2893 | + "AR", |
2849 | 2894 | "BG", |
2850 | 2895 | "CS", |
2851 | 2896 | "DA", |
|
2880 | 2925 | }, |
2881 | 2926 | "SourceLanguageText": { |
2882 | 2927 | "type": "string", |
2883 | | - "description": "Language of the text to be translated. Options currently available:\n * `AR` - Arabic [1]\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (all Portuguese varieties mixed)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `ZH` - Chinese\n\nIf this parameter is omitted, the API will attempt to detect the language of the text and translate it.\n\n[1] Please note that Arabic has not yet been added to the `/languages` endpoint because it does not \nyet support document translation; only text translation is supported for Arabic at this time. When \ndocument translation support is added for Arabic, we will a) remove this note and b) add Arabic to \nthe `/languages` endpoint.", |
| 2928 | + "description": "Language of the text to be translated. Options currently available:\n * `AR` - Arabic\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HE` - Hebrew [1]\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (all Portuguese varieties mixed)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TH` - Thai [1]\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `VI` - Vietnamese [1]\n * `ZH` - Chinese\n\nIf this parameter is omitted, the API will attempt to detect the language of the text and translate it.\n\n[1] Please note that Hebrew, Thai, and Vietnamese have not yet been added to the `/languages` endpoint \nbecause they does not yet support document translation; only text translation is supported for those\nlanguages at this time. When document translation support is added for Hebrew, Thai, and Vietnamese, \nwe will a) remove this note and b) add Hebrew, Thai, and Vietnamese to the `/languages` endpoint.", |
2884 | 2929 | "enum": [ |
2885 | 2930 | "AR", |
2886 | 2931 | "BG", |
|
2893 | 2938 | "ET", |
2894 | 2939 | "FI", |
2895 | 2940 | "FR", |
| 2941 | + "HE", |
2896 | 2942 | "HU", |
2897 | 2943 | "ID", |
2898 | 2944 | "IT", |
|
2909 | 2955 | "SK", |
2910 | 2956 | "SL", |
2911 | 2957 | "SV", |
| 2958 | + "TH", |
2912 | 2959 | "TR", |
2913 | 2960 | "UK", |
| 2961 | + "VI", |
2914 | 2962 | "ZH" |
2915 | 2963 | ], |
2916 | 2964 | "example": "EN" |
|
3053 | 3101 | }, |
3054 | 3102 | "TargetLanguage": { |
3055 | 3103 | "type": "string", |
3056 | | - "description": "The language into which the text should be translated. Options currently available:\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English (unspecified variant for backward compatibility; please select `EN-GB` or `EN-US` instead)\n * `EN-GB` - English (British)\n * `EN-US` - English (American)\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (unspecified variant for backward compatibility; please select `PT-BR` or `PT-PT` instead)\n * `PT-BR` - Portuguese (Brazilian)\n * `PT-PT` - Portuguese (all Portuguese varieties excluding Brazilian Portuguese)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `ZH` - Chinese (unspecified variant for backward compatibility; please select `ZH-HANS` instead)\n * `ZH-HANS` - Chinese (simplified)", |
| 3104 | + "description": "The language into which the text should be translated. Options currently available:\n * `AR` - Arabic\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English (unspecified variant for backward compatibility; please select `EN-GB` or `EN-US` instead)\n * `EN-GB` - English (British)\n * `EN-US` - English (American)\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (unspecified variant for backward compatibility; please select `PT-BR` or `PT-PT` instead)\n * `PT-BR` - Portuguese (Brazilian)\n * `PT-PT` - Portuguese (all Portuguese varieties excluding Brazilian Portuguese)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `ZH` - Chinese (unspecified variant for backward compatibility; please select `ZH-HANS` instead)\n * `ZH-HANS` - Chinese (simplified)\n * `ZH-HANT` - Chinese (traditional)", |
3057 | 3105 | "enum": [ |
| 3106 | + "AR", |
3058 | 3107 | "BG", |
3059 | 3108 | "CS", |
3060 | 3109 | "DA", |
|
3086 | 3135 | "TR", |
3087 | 3136 | "UK", |
3088 | 3137 | "ZH", |
3089 | | - "ZH-HANS" |
| 3138 | + "ZH-HANS", |
| 3139 | + "ZH-HANT" |
3090 | 3140 | ], |
3091 | 3141 | "example": "DE" |
3092 | 3142 | }, |
3093 | 3143 | "TargetLanguageText": { |
3094 | 3144 | "type": "string", |
3095 | | - "description": "The language into which the text should be translated. Options currently available:\n * `AR` - Arabic [1]\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English (unspecified variant for backward compatibility; please select `EN-GB` or `EN-US` instead)\n * `EN-GB` - English (British)\n * `EN-US` - English (American)\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (unspecified variant for backward compatibility; please select `PT-BR` or `PT-PT` instead)\n * `PT-BR` - Portuguese (Brazilian)\n * `PT-PT` - Portuguese (all Portuguese variants excluding Brazilian Portuguese)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `ZH` - Chinese (unspecified variant for backward compatibility; please select `ZH-HANS` or `ZH-HANT` instead)\n * `ZH-HANS` - Chinese (simplified)\n * `ZH-HANT` - Chinese (traditional)\n\n [1] Please note that Arabic and traditional Chinese have not yet been added to the /languages \n endpoint because these languages do not yet support document translation; only text translation \n is supported for Arabic and traditional Chinese at this time. When document translation support \n is added for these languages, we will a) remove this note and b) add the languages to the /languages \n endpoint where appropriate.", |
| 3145 | + "description": "The language into which the text should be translated. Options currently available:\n * `AR` - Arabic\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English (unspecified variant for backward compatibility; please select `EN-GB` or `EN-US` instead)\n * `EN-GB` - English (British)\n * `EN-US` - English (American)\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HE` - Hebrew [1]\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (unspecified variant for backward compatibility; please select `PT-BR` or `PT-PT` instead)\n * `PT-BR` - Portuguese (Brazilian)\n * `PT-PT` - Portuguese (all Portuguese variants excluding Brazilian Portuguese)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TH` - Thai [1]\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `VI` - Vietnamese [1]\n * `ZH` - Chinese (unspecified variant for backward compatibility; please select `ZH-HANS` or `ZH-HANT` instead)\n * `ZH-HANS` - Chinese (simplified)\n * `ZH-HANT` - Chinese (traditional)\n\n[1] Please note that Hebrew, Thai, and Vietnamese have not yet been added to the `/languages` endpoint \nbecause they does not yet support document translation; only text translation is supported for those\nlanguages at this time. When document translation support is added for Hebrew, Thai, and Vietnamese, \nwe will a) remove this note and b) add Hebrew, Thai, and Vietnamese to the `/languages` endpoint.", |
3096 | 3146 | "enum": [ |
3097 | 3147 | "AR", |
3098 | 3148 | "BG", |
|
3106 | 3156 | "ET", |
3107 | 3157 | "FI", |
3108 | 3158 | "FR", |
| 3159 | + "HE", |
3109 | 3160 | "HU", |
3110 | 3161 | "ID", |
3111 | 3162 | "IT", |
|
3123 | 3174 | "SK", |
3124 | 3175 | "SL", |
3125 | 3176 | "SV", |
| 3177 | + "TH", |
3126 | 3178 | "TR", |
3127 | 3179 | "UK", |
| 3180 | + "VI", |
3128 | 3181 | "ZH", |
3129 | 3182 | "ZH-HANS", |
3130 | 3183 | "ZH-HANT" |
|
0 commit comments