| 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. |
#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}