Is it possible to download all translations as single file?

I’m looking for a way to download all translations as single file. the folder names become key, the content of the json inside the folder becomes content of last node of json

if folder structure is

- folder A
    |- Folder B
           | content.json {name: "something"}

after build I get a file.json

{
     folderA:{
           folderB: {

                     name: "something"
                 
            }
     }

}

if it’s not possible, then how to manage deep keyes?

Hi there, not sure whether I got your last point, but you can use these options (UI), and the API for 1 language in total:

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