Downloading translation file

I would like to download the current state of translations for a specific file. Like, I need to have in separate translated file, without approvals made for it. Right now it’s 82/31 translated/approved, and I’d like to extract only those stings that are translated from that file. How can I achieve that?

Hi @GeorgeThranspaw

Try using API but for export options, you need to specify the following:

“skipUntranslatedStrings”: false,
“skipUntranslatedFiles”: false,
“exportApprovedOnly”: false

https://support.crowdin.com/api/v2/#operation/api.projects.translations.exports.post