" T R A N S L A T O R "

Login
API Documentation
        
          Welcome to the API documentation. This API allows you to integrate powerful multilingual translation capabilities into your application.

          To use the API, make a GET request to the following endpoint:

          
            Plaintext:
            https://roudges.de/translate?text=YourTextHere&from=sourceLangCode&to=targetLangCode 
          
          
Replace `YourTextHere` with the text you want to translate, `sourceLangCode` with the code of the source language, and `targetLangCode` with the code of the target language. The API will respond with a JSON object containing the input text, translated text, source language, target language, response type, and API version. For example: JSON Response: { "input": "YourTextHere", "translation": "TranslatedText", "from": "sourceLangCode", "to": "targetLangCode", "type": "text", "APIVersion": "0.0.7" }
Now, you can seamlessly translate text within your application using this API. Enjoy enhancing the global appeal of your website!
All country codes Download
Test our Translator API