v1
latestOpenAPI 3.0.12026-08-064517.0 KBDownload translations for a language in a specified file format
<b>Note:</b> This endpoint is intended for getting translation files to your source-code. This endpoint should not be called directly from you app in runtime, as it has <b>rate-limiting</b>. <br/>For over-the-air translation updates please consider using our <a href="https://localizely.com/flutter-over-the-air/" target="_blank">SDK for Flutter</a> or <a href="https://localizely.com/aws-s3-integration/" target="_blank">integrate with AWS S3 bucket</a>.
Path parameters
Project ID - Can be found on 'My projects' page
Query parameters
Name of the branch to download file from. Only in case of activated branching feature.
Language to download, specified as language code. e.g. en, en_GB or en-GB. For multiple languages use comma separator. If omitted, all languages are downloaded.
File format
(Only for Java .properties files download) Character encoding. Default is latin_1.
Optional list of tags to be downloaded. <br>If not set, all string keys will be considered for download. <br><br>Multiple tags can be defined in a following way: &include_tags=ANDROID&include_tags=ANDROID_SPRINT05.
Optional list of tags to be excluded from download. <br>If not set, all string keys will be considered for download. <br><br> Multiple tags can be defined in a following way: &exclude_tags=REMOVED&exclude_tags=REMOVED_SPRINT05.
Optional. How you would like empty translations to be exported. Allowed values are empty to keep empty, main to replace with the main language value, or skip to omit.
Response
OK, file returned