{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Translation Detections Languages API", "version": "3.0.0" }, "items": [ { "info": { "name": "Languages", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Translation API List Supported Languages", "type": "http" }, "http": { "method": "GET", "url": "https://translation.googleapis.com/language/translate/v2/languages", "params": [ { "name": "key", "value": "", "type": "query", "description": "API key for authentication" }, { "name": "target", "value": "", "type": "query", "description": "The language to use to return localized, human readable names of supported languages." }, { "name": "model", "value": "", "type": "query", "description": "The translation model. Can be either base for the Phrase-Based Machine Translation model, or nmt for the Neural Machine Translation model." } ] }, "docs": "Returns a list of supported languages for translation." } ] } ], "bundled": true }