Translation components API.

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

GET /api/components/ooops/ooops_import_attribute_price/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "ooops_import_attribute_price",
    "slug": "ooops_import_attribute_price",
    "id": 352,
    "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"
    },
    "project": {
        "name": "Ooops",
        "slug": "ooops",
        "id": 3,
        "web": "http://www.ooops404.com",
        "web_url": "http://weblate.ops404.it/projects/ooops/",
        "url": "http://weblate.ops404.it/api/projects/ooops/?format=api",
        "components_list_url": "http://weblate.ops404.it/api/projects/ooops/components/?format=api",
        "repository_url": "http://weblate.ops404.it/api/projects/ooops/repository/?format=api",
        "statistics_url": "http://weblate.ops404.it/api/projects/ooops/statistics/?format=api",
        "changes_list_url": "http://weblate.ops404.it/api/projects/ooops/changes/?format=api",
        "languages_url": "http://weblate.ops404.it/api/projects/ooops/languages/?format=api"
    },
    "vcs": "git",
    "repo": "git@github.com:ooops404/ooops-release.git",
    "git_export": "",
    "branch": "",
    "push_branch": "",
    "filemask": "ooops_import_attribute_price/i18n/*.po",
    "template": "",
    "edit_template": false,
    "intermediate": "",
    "new_base": "ooops_import_attribute_price/i18n/ooops_import_attribute_price.pot",
    "file_format": "po",
    "license": "proprietary",
    "license_url": null,
    "agreement": "",
    "web_url": "http://weblate.ops404.it/projects/ooops/ooops_import_attribute_price/",
    "url": "http://weblate.ops404.it/api/components/ooops/ooops_import_attribute_price/?format=api",
    "repository_url": "http://weblate.ops404.it/api/components/ooops/ooops_import_attribute_price/repository/?format=api",
    "translations_url": "http://weblate.ops404.it/api/components/ooops/ooops_import_attribute_price/translations/?format=api",
    "statistics_url": "http://weblate.ops404.it/api/components/ooops/ooops_import_attribute_price/statistics/?format=api",
    "lock_url": "http://weblate.ops404.it/api/components/ooops/ooops_import_attribute_price/lock/?format=api",
    "changes_list_url": "http://weblate.ops404.it/api/components/ooops/ooops_import_attribute_price/changes/?format=api",
    "new_lang": "add",
    "language_code_style": "",
    "push": "git@github.com:ooops404/ooops-release.git",
    "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": false,
    "enable_suggestions": true,
    "suggestion_voting": false,
    "suggestion_autoaccept": 0,
    "push_on_commit": true,
    "commit_pending_age": 4,
    "auto_lock_error": true,
    "language_regex": "^[^.]+$",
    "variant_regex": ""
}