Lokalise integration (Productivity, Developer Tools). Imported from open-connector.
https://api.lokalise.com/api2/projects
| Param | Type | Required | Description |
|---|---|---|---|
| filter_team_id | integer | optional | Limit results to this Lokalise team ID. |
| filter_names | string | optional | One or more project names to filter by, comma-separated. |
| include_statistics | boolean | optional | Whether to include project statistics. |
| include_settings | boolean | optional | Whether to include project settings. |
| limit | integer | optional | The number of items to include, up to 5000. |
| page | integer | optional | Return results starting from this page. |
/projects/{project_id}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
/projects/{project_id}/languages
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| limit | integer | optional | The number of items to include, up to 5000. |
| page | integer | optional | Return results starting from this page. |
/projects/{project_id}/keys
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| disable_references | boolean | optional | Whether to disable key references. |
| include_comments | boolean | optional | Whether to include comments. |
| include_screenshots | boolean | optional | Whether to include screenshot URLs. |
| include_translations | boolean | optional | Whether to include translations. |
| filter_translation_lang_ids | string | optional | One or more language IDs to include translations for, comma-separated. |
| filter_tags | string | optional | One or more tags to filter by, comma-separated. |
| filter_filenames | string | optional | One or more filenames to filter by, comma-separated. |
| filter_keys | string | optional | One or more key names to filter by, comma-separated. |
| filter_key_ids | string | optional | One or more key identifiers to filter by, comma-separated. |
| filter_platforms | string | optional | One or more platforms to filter by, comma-separated. |
| filter_untranslated | boolean | optional | Whether to filter untranslated keys. |
| filter_qa_issues | string | optional | One or more QA issue codes to filter by, comma-separated. |
| filter_archived | string | optional | The archive filter to apply. |
| limit | integer | optional | The number of keys to include, up to 500. |
| page | integer | optional | Return results starting from this page. |
/projects/{project_id}/keys
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| keys | array | required | Keys to add to the project. |
| use_automations | boolean | optional | Whether to run automations on the new key translations. |
/projects/{project_id}/keys/{keyId}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| key_id | integer | required | The unique Lokalise key identifier. |
| disable_references | boolean | optional | Whether to disable key references. |
| keyId | string | required | Path parameter: keyId |
/projects/{project_id}/keys/{keyId}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| key_id | integer | required | The unique Lokalise key identifier. |
| key_name | string | optional | The key identifier. |
| description | string | optional | The key description. |
| platforms | array | optional | Platforms enabled for the key. |
| filenames | object | optional | Filenames for each platform. |
| tags | array | optional | Tags to assign to the key. |
| merge_tags | boolean | optional | Whether to merge supplied tags with existing tags. |
| is_plural | boolean | optional | Whether this key is plural. |
| plural_name | string | optional | The custom plural name. |
| is_hidden | boolean | optional | Whether this key is hidden from non-admin contributors. |
| is_archived | boolean | optional | Whether this key is archived. |
| context | string | optional | The optional key context. |
| char_limit | number | optional | The maximum allowed number of characters. |
| custom_attributes | string | optional | JSON encoded custom key attributes. |
| keyId | string | required | Path parameter: keyId |
/projects/{project_id}/keys/{keyId}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| key_id | integer | required | The unique Lokalise key identifier. |
| keyId | string | required | Path parameter: keyId |
/projects/{project_id}/translations
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| disable_references | boolean | optional | Whether to disable key references. |
| filter_lang_id | integer | optional | Return translations only for this language ID. |
| filter_is_reviewed | boolean | optional | Whether to filter reviewed translations. |
| filter_unverified | boolean | optional | Whether to filter unverified translations. |
| filter_untranslated | boolean | optional | Whether to filter untranslated translations. |
| filter_qa_issues | string | optional | One or more QA issue codes to filter by, comma-separated. |
| filter_active_task_id | integer | optional | Filter translations by this active task ID. |
| limit | integer | optional | The number of items to include, up to 5000. |
| page | integer | optional | Return results starting from this page. |
/projects/{project_id}/translations/{translationId}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| translation_id | integer | required | The unique Lokalise translation identifier. |
| disable_references | boolean | optional | Whether to disable key references. |
| translationId | string | required | Path parameter: translationId |
/projects/{project_id}/translations/{translationId}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The unique Lokalise project identifier. |
| translation_id | integer | required | The unique Lokalise translation identifier. |
| translation | string | required | Translation content as text or plural-form object. |
| is_unverified | boolean | optional | Whether the translation should be marked unverified. |
| is_reviewed | boolean | optional | Whether the translation should be marked reviewed. |
| custom_translation_status_ids | array | optional | Custom translation status IDs to assign, replacing existing statuses. |
| translationId | string | required | Path parameter: translationId |