Translation projects API.

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

GET /api/projects/ooops-sdscolor-14-0/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": "ooops_sdscolor_customization",
            "slug": "ooops_sdscolor_customization",
            "id": 2088,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://weblate.ops404.it/languages/en/",
                "url": "http://weblate.ops404.it/api/languages/en/?format=api",
                "statistics_url": "http://weblate.ops404.it/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:ooops404/ooops-sdscolor.git",
            "git_export": "http://weblate.ops404.it/git/ooops-sdscolor-14-0/ooops_sdscolor_customization/",
            "branch": "14.0",
            "push_branch": "",
            "filemask": "ooops_sdscolor_customization/i18n/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "ooops_sdscolor_customization/i18n/ooops_sdscolor_customization.pot",
            "file_format": "po",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "http://weblate.ops404.it/projects/ooops-sdscolor-14-0/ooops_sdscolor_customization/",
            "url": "http://weblate.ops404.it/api/components/ooops-sdscolor-14-0/ooops_sdscolor_customization/?format=api",
            "repository_url": "http://weblate.ops404.it/api/components/ooops-sdscolor-14-0/ooops_sdscolor_customization/repository/?format=api",
            "translations_url": "http://weblate.ops404.it/api/components/ooops-sdscolor-14-0/ooops_sdscolor_customization/translations/?format=api",
            "statistics_url": "http://weblate.ops404.it/api/components/ooops-sdscolor-14-0/ooops_sdscolor_customization/statistics/?format=api",
            "lock_url": "http://weblate.ops404.it/api/components/ooops-sdscolor-14-0/ooops_sdscolor_customization/lock/?format=api",
            "changes_list_url": "http://weblate.ops404.it/api/components/ooops-sdscolor-14-0/ooops_sdscolor_customization/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:ooops404/ooops-sdscolor.git",
            "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": ""
        }
    ]
}