{ "opencollection": "1.0.0", "info": { "name": "Localazy Export API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Export", "type": "folder" }, "items": [ { "info": { "name": "Download (export) a file in a language", "type": "http" }, "http": { "method": "GET", "url": "https://api.localazy.com/projects/:projectId/files/:fileId/download/:lang", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." }, { "name": "fileId", "value": "", "type": "path", "description": "The file identifier." }, { "name": "lang", "value": "", "type": "path", "description": "The language to export (for example en, cs, pt-BR)." } ] }, "docs": "Exports the translated file for the given language and returns the raw file contents with the appropriate content type." } ] } ], "bundled": true }