API translation download

My source files are in .json, and I want to download translations in .json

I see this API endpoint to export translation files in .android or .xliff
https://developer.crowdin.com/api/v2/#operation/api.projects.translations.exports.post

But I don’t want to do a convert from .xliff file format to .json

Maybe there’s an option for me?

Use this one to recevieve a .zip with .json inside
API v2 Reference

Or here specify the file format as json: API v2 Reference

You can install the JSON String Exporter app and then use the Export Project Translation API method passing the json as a value for the format request parameter