Download Translation Memory
Download Crowdin project Translation Memory as TMX file.
Request
GET http://api.crowdin.net/api/project/{project-identifier}/download-tm?key={project-key}
Parameters
| Name | Value | Description |
|---|---|---|
| keyrequired | string | Project API key. |
| Variables | ||
| project-identifierrequired | string | Should contain the project identifier. |
Examples
wget -O project.tmx http://api.crowdin.net/api/project/{project-identifier}/download-tm?key={project-key}
