This page provides an overview of the Translation API available on our site. The API allows users to translate text from one language to another. Below are the key details and usage instructions.

Supported Languages

Our Translation API supports a wide range of languages. You can specify the source and target languages in your request.

  • Source Language: The language of the text you want to translate.
  • Target Language: The language you want the text translated into.

Usage Example

Here's an example of how to use the Translation API:

GET /api/translate?source_language=en&target_language=zh&text=Hello%20World!

This request will translate "Hello World!" from English to Chinese.

API Endpoints

  • /api/translate: This endpoint is used to translate text.
  • /api/languages: This endpoint provides a list of supported languages.

Additional Resources

For more detailed information, please refer to our API Reference.

Translation API