Download Translations
Download ZIP file with translations. You can choose the language of translation you need or download all of them at once.
Note: If you would like to download the most recent translations you may want to use export API method before downloading.
Request
GET http://api.crowdin.net/api/project/{project-identifier}/download/{package}.zip?key={project-key}
Parameters
| Name | Value | Description |
|---|---|---|
| keyrequired | string | Project API key. |
| Variables | ||
| project-identifierrequired | string | Should contain the project identifier. |
| packagerequired | string | Language code or "all" to download a bundle with translations to all languages. |
Examples
#Download all translations as a single ZIP archive.
wget http://api.crowdin.net/api/project/{project-identifier}/download/all.zip?key={project-key}
#Download French translations.
wget http://api.crowdin.net/api/project/{project-identifier}/download/fr.zip?key={project-key}
