Retrieves a comprehensive list of all target languages supported by the platform, including their unique identifiers, language names, and corresponding short names.
GET
request to this endpoint. No parameters are required, as the response will include all available target languages. The system will respond with an array containing detailed information about each language.
/translate
, youβll need to specify the target language using the id
value. This creates a consistent system for language identification across the entire API.
Hereβs how the language identifiers connect different parts of the API ecosystem:
/target-languages
endpoint.language
property.id
property as the language identifier./source-languages
endpoint):
/target-languages
endpoint, consider these recommendations:
id
field when making API requests, rather than the language name or short name.The x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Successful Response
The response is of type LanguageItem Β· object[]
.