Prepare a locale for download in a specific file format.
Enter your token in the format token TOKEN
Two-Factor-Authentication token (optional)
Last modified condition, see Conditional GET requests / HTTP Caching (optional)
ETag condition, see Conditional GET requests / HTTP Caching (optional)
File format name. See the format guide for all supported file formats.
"yml"
specify the branch to use
"my-feature-branch"
Limit results to keys tagged with a list of comma separated tag names.
"feature1,feature2"
Indicates whether keys without translations should be included in the output as well.
true
Indicates whether zero forms should be included when empty in pluralized keys.
true
Include translated keys in the locale file. Use in combination with include_empty_translations to obtain only untranslated keys.
true
Indicates whether [NOTRANSLATE] tags should be kept.
true
Additional formatting and render options. See the format guide for a list of options available for each format. Specify format options like this: ...&format_options[foo]=bar
Enforces a specific encoding on the file contents. Valid options are "UTF-8", "UTF-16" and "ISO-8859-1".
"UTF-8"
if set to false unverified translations are excluded
true
If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
null
Locale IDs or locale names
["de", "en"]If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.
Provide the ID of the locale that should be used as the fallback.
Requires include_empty_translations to be set to true. Mutually exclusive with use_locale_fallback.
"abcd1234abcd1234abcd1234abcd1234"
If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.
Fallback locale is defined in locale's settings.
Requires include_empty_translations to be set to true. Mutually exclusive with fallback_locale_id.
false
Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a tag parameter indicating a specific job.
"abcd1234abcd1234abcd1234abcd1234"
Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., 2023-01-01T00:00:00Z).
"2023-01-01T00:00:00Z"
Created
The status of the download request. Possible values are processing, completed, and error.
processing, completed, error The parameters of the download request.