Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/labwc/components/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "labwc",
            "slug": "labwc",
            "id": 233,
            "vcs": "github",
            "repo": "https://github.com/labwc/labwc",
            "git_export": "https://translate.lxqt-project.org/git/labwc/labwc/",
            "branch": "master",
            "push_branch": "",
            "filemask": "po/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "po/labwc.pot",
            "file_format": "po",
            "license": "GPL-2.0-only",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/labwc/labwc/",
            "url": "https://translate.lxqt-project.org/api/components/labwc/labwc/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/labwc/labwc/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/labwc/labwc/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/labwc/labwc/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/labwc/labwc/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/labwc/labwc/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "Labwc Tweaks",
            "slug": "labwc-tweaks",
            "id": 240,
            "vcs": "github",
            "repo": "https://github.com/labwc/labwc-tweaks",
            "git_export": "https://translate.lxqt-project.org/git/labwc/labwc-tweaks/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/translations/labwc-tweaks_*.ts",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "data/translations/labwc-tweaks.ts",
            "file_format": "ts",
            "license": "GPL-2.0-only",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/labwc/labwc-tweaks/",
            "url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "[]",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        },
        {
            "name": "Labwc Tweaks Menu Entry",
            "slug": "labwc-tweaks-menu-entry",
            "id": 241,
            "vcs": "github",
            "repo": "https://github.com/labwc/labwc-tweaks",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "data/translations/labwc_tweaks_*.desktop.yaml",
            "template": "data/translations/labwc_tweaks.desktop.yaml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "data/translations/labwc_tweaks.desktop.yaml",
            "file_format": "yaml",
            "license": "GPL-2.0-only",
            "license_url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/labwc/labwc-tweaks-menu-entry/",
            "url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks-menu-entry/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks-menu-entry/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks-menu-entry/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks-menu-entry/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks-menu-entry/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/labwc/labwc-tweaks-menu-entry/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": "",
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "allow_translation_propagation": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": ""
        }
    ]
}