Translation projects API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Cmst",
            "slug": "cmst",
            "id": 204,
            "vcs": "github",
            "repo": "https://github.com/andrew-bibb/cmst",
            "git_export": "https://translate.lxqt-project.org/git/andrew-bibb/cmst/",
            "branch": "master",
            "push_branch": "",
            "filemask": "translations/cmst_*.ts",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "translations/cmst_en_US.ts",
            "file_format": "ts",
            "license": "MIT",
            "license_url": "https://opensource.org/licenses/MIT",
            "agreement": "",
            "web_url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/",
            "url": "https://translate.lxqt-project.org/api/components/andrew-bibb/cmst/?format=api",
            "repository_url": "https://translate.lxqt-project.org/api/components/andrew-bibb/cmst/repository/?format=api",
            "translations_url": "https://translate.lxqt-project.org/api/components/andrew-bibb/cmst/translations/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/components/andrew-bibb/cmst/statistics/?format=api",
            "lock_url": "https://translate.lxqt-project.org/api/components/andrew-bibb/cmst/lock/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/components/andrew-bibb/cmst/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": ""
        }
    ]
}