{ "opencollection": "1.0.0", "info": { "name": "IBM Watson Language Translator V3 Documents Languages API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Languages", "type": "folder" }, "items": [ { "info": { "name": "List supported languages", "type": "http" }, "http": { "method": "GET", "url": "https://api.us-south.language-translator.watson.cloud.ibm.com/v3/languages", "params": [ { "name": "version", "value": "", "type": "query", "description": "Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The current version is 2018-05-01." } ] }, "docs": "Returns a list of supported languages for translation. The method returns an array of supported languages with information about each language. Languages are listed in alphabetical order by language code (for example, af, ar, az)." }, { "info": { "name": "List identifiable languages", "type": "http" }, "http": { "method": "GET", "url": "https://api.us-south.language-translator.watson.cloud.ibm.com/v3/identifiable_languages", "params": [ { "name": "version", "value": "", "type": "query", "description": "Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The current version is 2018-05-01." } ] }, "docs": "Lists the languages that the service can identify. Returns the language code (for example, en for English or es for Spanish) and name of each language." } ] } ], "bundled": true }