| keyrequired |
string |
Project API key. |
| nameoptional |
string |
Project name. |
| languagesoptional |
array |
An array of language codes a project should be translate to. |
| join_policyoptional |
string |
Project join policy. Acceptable values are:
|
| language_access_policy optional |
string |
Defines how project members can access target languages. Acceptable values are:
- "open" - any translator can access any language.
- "moderate" - translator should be granted with access to certain language.
|
| hide_duplicatesoptional |
bool |
Defines whether duplicated strings should be displayed to translators or should be hidden and translated automatically. Acceptable values are: 1 or 0. |
| export_approved_onlyoptional |
bool |
If set to 1 only approved translations will be exported in resulted ZIP file. Acceptable values are: 1 or 0. |
| public_downloadsoptional |
bool |
Defines whether "Download" button visible to everyone on Crowdin webpages. Acceptable values are: 1 or 0. |
| logooptional |
file |
Project logo at Crowdin. |
| cnameoptional |
string |
Custom domain name for Crowdin project. |
| descriptionoptional |
string |
Project description. |
| webhook_file_translatedoptional |
string |
Open this URL when one of the project files is translated. URL will be opened with "project" - project identifier, "language" - language code and "file" - file name. |
| webhook_file_proofreadoptional |
string |
Open this URL when one of the project files is proofread. URL will be opened with "project" - project identifier, "language" - language code and "file" - file name. |
| webhook_project_translatedoptional |
string |
Open this URL when project translation is complete. URL will be opened with "project" - project identifier and "language" - language code. |
| webhook_project_proofreadoptional |
string |
Open this URL when project proofreading is complete. URL will be opened with "project" - project identifier and "language" - language code. |
| jsonoptional |
string |
May not contain value. Defines that response should be in JSON format. |
| jsonpoptional |
string |
Callback function name. Defines that response should be in JSONP format. |
| Variables |
| project-identifierrequired |
string |
Should contain the project identifier. |