This API is a robust translation service designed to help you with a variety of language-based features including direct translations, alternate translations, definitions, examples, transliterations, spelling suggestions, language detection, and highly relevant keyword suggestions.
Here are some key features of the API:
- Translation: Get direct translations of vocabulary words or text fragments.
- Alternate Translations: Extract an array of alternative translations of any text.
- Definitions: Identify definitions of the keyword by word type (noun, verb, adjective, etc.).
- Examples: Generate single-sentence examples containing the valid keyword.
- Transliteration: Acquire the transliteration of a keyword string.
- Spelling Suggestions: Get suggested corrections for spelling of vocabularies or texts.
- Language Detection: Determine the text source language with precision score.
- Keyword Suggestions: Discover suggested keywords for more detailed search.
Let's read the documents before using it.
These instructions will help you start working with the Google Translate Free API.
- Understand how to make GET requests to an API
- Have a tool for making HTTP requests (Postman, CURL, etc.)
Make GET requests to the following endpoints, replacing the parameters as necessary.
- To translate:
/api/v1/dictionary/translate
- For alternate translations:
/api/v1/dictionary/alternate_translations
- For definitions:
/api/v1/dictionary/definitions
- For examples:
/api/v1/dictionary/examples
- For transliteration:
/api/v1/dictionary/transliteration
- For spelling suggestions:
/api/v1/dictionary/suggest
- For language detection:
/api/v1/dictionary/detection
- For keyword suggestions:
/api/v1/dictionary/see_more
To run tests, make GET requests to the API endpoints listed above using your chosen HTTP client.
This is a free application and must not be used for commercial purposes! DATPMT disclaims all litigation related to unauthorized use!