Download Glossaries
Download Crowdin project glossaries as TBX file.
Request
GET http://api.crowdin.net/api/project/{project-identifier}/download-glossary?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.tbx http://api.crowdin.net/api/project/{project-identifier}/download-glossary?key={project-key}
